Files
UnrealEngine/Engine/Plugins/Experimental/MotoSynth/MotoSynth.uplugin
2025-05-18 13:04:45 +08:00

30 lines
700 B
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "1",
"FriendlyName" : "MotoSynth",
"Description" : "An experimental granular vehicle engine. Intended to explore and demonstrate potential capabilities. Not supported.",
"Category" : "Audio",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsExperimentalVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "MotoSynth",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "MotoSynthEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}