Files
UnrealEngineUWP/Engine/Plugins/Editor/EditorScriptingUtilities/EditorScriptingUtilities.uplugin
Jeff Fisher bcc5bcf128 Copying //UE4/Dev-VR to Main (//UE4/Main)
-Copy up for 4.23
#rb none

[CL 6911980 by Jeff Fisher in Main branch]
2019-06-10 12:22:13 -04:00

25 lines
625 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Editor Scripting Utilities",
"Description" : "Helper functions to script your own UE4 editor functionalities with Blueprint or other scripting tools.",
"Category" : "Scripting",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "EditorScriptingUtilities",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}