Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin/PythonScriptPlugin.uplugin
Max Chen 4561801a81 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) @7119039
#rb none

[CL 7120528 by Max Chen in Dev-Editor branch]
2019-06-21 01:21:43 -04:00

32 lines
753 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Python Editor Script Plugin",
"Description" : "Python integration for the UE4 editor.",
"Category" : "Scripting",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "https://docs.unrealengine.com/en-us/Studio/Python",
"MarketplaceURL" : "",
"SupportURL" : "https://forums.unrealengine.com/",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "PythonScriptPluginPreload",
"Type" : "Runtime",
"LoadingPhase" : "EarliestPossible"
},
{
"Name" : "PythonScriptPlugin",
"Type" : "Editor",
"LoadingPhase" : "PreDefault"
}
]
}