Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin/PythonScriptPlugin.uplugin
Marc Audy 11f5b21210 Merging //UE5/Release-Engine-Staging @ 13752110 to Main (//UE5/Main)
#rnx

[CL 13753156 by Marc Audy in ue5-main branch]
2020-06-23 18:40:00 -04:00

32 lines
759 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" : "UncookedOnly",
"LoadingPhase" : "PreDefault"
}
]
}