Realm Designer is an elite AI engineer embedded inside Unreal Engine 5. Describe a system in plain English — Blueprints, GAS, AI, UMG, materials, packaging — and Realm Designer writes the production-grade Python that builds it. Wrong on first try? It reads its own traceback and fixes itself, up to three times, without you lifting a finger.

Capabilities
Actors, Characters, Components, GameMode, Abilities, AnimBPs — generated, compiled, saved.
Inventory, combat, GAS, Behavior Trees, EQS, StateTree, save/load, object pooling.
Widgets with CommonUI structure, Material Instances with parameter wiring.
UAT BuildCookRun for Steam, EGS, PS5, Xbox Series, Switch, iOS, Android. CI for Jenkins/GitHub Actions/TeamCity.
UE5 Plugin
Plugins/. You're live.A signed C++ editor plugin with Python runtime. Adds a Realm Designer button to the Tools menu and Play toolbar. Streams responses from this gateway, executes inside ScopedEditorTransaction, and self-heals on failure.
MyProject/
└── Plugins/
└── RealmDesigner/
├── RealmDesigner.uplugin
├── Source/RealmDesigner/...
└── Content/Python/realm_chat.py
> Tools ▸ Open Realm Designer
> describe what to build
> ✓ Blueprint compiled & savedRealm Designer's AI co-pilot lives inside your dashboard. Sign in to start a session, attach a reference image, and stream production-grade Unreal Engine scripts.