Files
UnrealEngine/Engine/Plugins/PCGInterops/PCGPythonInterop/PCGPythonInterop.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

37 lines
1.0 KiB
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Procedural Content Generation Framework (PCG) Python Interop",
"Description": "Extra plugin for Procedural Content Generation Framework interacting with the Editor Python Interpreter.",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "https://docs.unrealengine.com/latest/en-US/procedural-content-generation--framework-in-unreal-engine/",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "PCGPythonInteropEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PCG",
"Enabled": true,
"Optional" : false
},
{
"Name": "PythonScriptPlugin",
"Enabled": true,
"Optional" : false
}
]
}