Files
TG_ARPG/Plugins/marketplace/PythonEditor/PythonEditor.uplugin

49 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-10-07 03:53:32 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.9",
"FriendlyName": "BT - Python Editor",
"Description": "Python Editor is a complete suite of tools to py-code your way out in unreal engine, it features a smart auto complete code, code organization to easily share between collages and projects, shelfs to create iconify shortcuts for your new tools, inbuilt pip install for those who like using the communities full power, amount others cool features.",
"Category": "Bear Teacher",
"CreatedBy": "Bear Teacher",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f6b726c986ee42838882d004bdf94380",
"SupportURL": "",
"EngineVersion": "5.3.0",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": true,
"Modules": [
{
"Name": "PythonEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "PythonUtilities",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "PythonScriptPlugin",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "WebBrowserWidget",
"Enabled": true
}
]
}