39 lines
909 B
Plaintext
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"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|