Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin/PythonScriptPlugin.uplugin
bob tellez bd41767067 #UE4 Disable CanContainContent in a few plugins that have no assets or maps so they dont appear in the content browser.
#ROBOMERGE-SOURCE: CL 8352044 via CL 8359277
#ROBOMERGE-BOT: (v401-8057353)

[CL 8360258 by bob tellez in Main branch]
2019-08-27 22:01:54 -04:00

32 lines
754 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" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "PythonScriptPluginPreload",
"Type" : "Runtime",
"LoadingPhase" : "EarliestPossible"
},
{
"Name" : "PythonScriptPlugin",
"Type" : "Editor",
"LoadingPhase" : "PreDefault"
}
]
}