- L_TestFlight: empty, zero-gravity level for Phase 0 flight testing, set as editor/game default map. - Enable UnrealMCPython + Python Editor Script Plugin, third-party MCP plugin (GenOrca/unreal-mcp v2.2.0) giving direct editor control (actors, blueprints, levels, materials, etc.) alongside Epic's built-in Unreal MCP plugin. - Vendor the mcp-server Python source used to bridge to the plugin. - .mcp.json intentionally gitignored (machine-specific absolute paths).
32 lines
551 B
Plaintext
32 lines
551 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 5,
|
|
"VersionName": "2.2.0",
|
|
"FriendlyName": "UnrealMCPython",
|
|
"Description": "",
|
|
"Category": "Other",
|
|
"CreatedBy": "GenOrca",
|
|
"CreatedByURL": "",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EngineVersion": "5.8.0",
|
|
"CanContainContent": true,
|
|
"Installed": true,
|
|
"Modules": [
|
|
{
|
|
"Name": "UnrealMCPython",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PostEngineInit",
|
|
"PlatformAllowList": [
|
|
"Win64"
|
|
]
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "PythonScriptPlugin",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |