What problem does it solve?
It eliminates the manual, error-prone setup work required to let a local automation agent (Pi) inspect and control a running Unreal Editor and to generate durable Blueprint assets programmatically.
Core Features & Use Cases
- Python/editor automation bridge (local-only): Enables Unreal Python remote execution so Pi can list nodes, run Python inside the editor, inspect and move actors, and create/save assets.
- C++ Blueprint bridge plugin (durable generation): Adds a project plugin that exposes editor-safe Blueprint generation to Python, including actor/component assembly from JSON and wiring Event Graph logic via an editor library.
- Use case: When you want Pi to position actors, run editor-side Python, then generate or update a Blueprint (e.g., assembling a multi-part static-mesh actor like a tree) without relying on fragile one-off manual editor steps.
Quick Start
Use this skill to install the bundled Unreal bridge files into your target Unreal project, restart Unreal Editor, build the C++ plugin, then verify with the provided local-only Python remote execution smoke command.