Files
UnrealEngineUWP/Engine/Plugins/Runtime/TimeSynth/TimeSynth.uplugin
bob tellez bd41767067 #UE4 Disable CanContainContent in a few plugins that have no assets or maps so they dont appear in the content browser.
#ROBOMERGE-SOURCE: CL 8352044 via CL 8359277
#ROBOMERGE-BOT: (v401-8057353)

[CL 8360258 by bob tellez in Main branch]
2019-08-27 22:01:54 -04:00

30 lines
645 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Time Synth",
"Description" : "A synth used to play strongly-timed, sample-accurate audio clips.",
"Category" : "Audio",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "TimeSynth",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "TimeSynthEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}