Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin/PythonScriptPlugin.uplugin
patrick laflamme 237e1cf8aa Fixed Python Plugin description mentioning 'UE4' rather than 'Unreal Editor' in the text displayed in the plugin selection page.
#rb trivial
[FYI] Jamie.Dale

#ROBOMERGE-AUTHOR: patrick.laflamme
#ROBOMERGE-SOURCE: CL 18342729 in //UE5/Release-5.0/... via CL 18342818
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18342895 by patrick laflamme in ue5-release-engine-test branch]
2021-12-01 14:33:53 -05:00

39 lines
909 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Python Editor Script Plugin",
"Description": "Python integration for the Unreal Editor.",
"Category": "Scripting",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "https://docs.unrealengine.com/en-US/Engine/Editor/ScriptingAndAutomation/Python/index.html",
"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"
}
],
"Plugins": [
{
"Name": "ContentBrowserFileDataSource",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}