Files
UnrealEngineUWP/Engine/Plugins/Experimental/CodeEditor/CodeEditor.uplugin
Jason Stasik d241356964 Change Code Editor plugin's module type from Developer to Editor
#jira UE-68673
#rb lauren.ridge
#lockdown chris.gagnon

[CL 4770649 by Jason Stasik in Dev-Editor branch]
2019-01-22 11:51:25 -05:00

25 lines
562 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Code Editor",
"Description" : "[EXPERIMENTAL] Allows editing of code from within the Unreal editor",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "CodeEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}