Files
UnrealEngineUWP/Engine/Plugins/Runtime/TimeSynth/TimeSynth.uplugin
Jason Bestimt e7ed7cd3ff Unblock robomerge from Main
#RB:none

[CL 4604382 by Jason Bestimt in Dev-VR branch]
2018-11-28 15:05:11 -05:00

30 lines
644 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" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "TimeSynth",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "TimeSynthEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}