Agent Integration Kit
AI-powered development toolkit for Unreal Engine
Agent Integration Kit brings AI agents directly into Unreal Engine Editor. Connect to Claude Code, Gemini CLI, or OpenRouter to let AI create and modify Blueprints, Materials, Behavior Trees, and more through natural language.
Key Features
- Multi-Agent Support - Connect to Claude Code, Gemini CLI, or OpenRouter
- Native Editor UI - Slate-based chat window with streaming responses
- 9 Specialized Tools - Edit Blueprints, graphs, behavior trees, and more
- Context Attachments - Attach Blueprint nodes or assets to your prompts
- MCP Server - Expose tools to external agents via HTTP/SSE
Quick Example
Open the chat window from Tools > Agent Chat, connect to an agent, and start prompting:
Create a Blueprint called BP_HealthPickup that:
- Has a StaticMesh component for visuals
- Has a SphereCollision for overlap detection
- Has a float variable called HealAmount defaulting to 25The AI will create the Blueprint with all components and variables configured.
Supported Engine Versions
- Unreal Engine 5.5
- Unreal Engine 5.6
- Unreal Engine 5.7