Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin/PythonScriptPlugin.uplugin
JeanMichel Dignard 0f9ad96858 Copying //UE4/Dev-Enterprise @ cl 6890376 to Dev-Main (//UE4/Dev-Main)
#lockdown nick.penwarden
#rb none

[CL 6890764 by JeanMichel Dignard in Main branch]
2019-06-07 11:22:52 -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"
}
]
}