Everything You Need
A complete toolkit for AI-powered game development inside Unreal Engine
Full Python UE Access
Execute any Unreal Engine operation through Python scripting with import unreal. 100% of the Editor API at your fingertips.
31 Built-in Tools
File I/O, Blueprint compilation, code search, shell execution, web fetching, and more — all orchestrated by AI.
Multi-Provider AI
Connect to Anthropic Claude, OpenAI-compatible endpoints, or Google Gemini. Switch providers without changing workflows.
Knowledge System
Auto-learns your project structure, detects game genre, and injects relevant UE API knowledge into every AI conversation.
Multi-Agent Delegation
Orchestrator delegates tasks to specialized sub-agents: Coder, Architect, Reviewer, and Level Designer.
Smart Code Search
BM25 inverted index with Auto-RAG automatically retrieves relevant project code snippets for every query.
MCP Server Support
Extend capabilities with Model Context Protocol servers. Add custom tools without modifying the plugin.
Memory & Checkpoints
Persistent memory across sessions. Conversation checkpoints with gzip compression and auto-save.
How It Works
Three simple steps from idea to working prototype
Describe
Tell the AI what you want to create — a game system, Blueprint, material, UI, or entire prototype.
AI Creates
The agent autonomously writes code, creates Blueprints, compiles, tests, and iterates until it works.
Iterate
Review the results, request changes, and refine. The AI learns your project and remembers context.