Getting Started
Installation
How to install Agent Integration Kit in your Unreal Engine project
From Fab Marketplace
- Purchase/download Agent Integration Kit from Fab
- In Epic Games Launcher, go to Library > Fab Library
- Find Agent Integration Kit and click Add to Project
- Select your project and engine version
- Restart Unreal Editor
Manual Installation
- Download the plugin zip file
- Extract to your project's
Pluginsfolder:YourProject/ └── Plugins/ └── AgentIntegrationKit/ ├── AgentIntegrationKit.uplugin └── Source/ - Regenerate project files (right-click
.uproject> Generate Project Files) - Build and launch the editor
Verify Installation
After installation, verify the plugin is enabled:
- Open Edit > Plugins
- Search for "Agent Integration Kit"
- Ensure the checkbox is enabled
- Restart if prompted
You should now see Tools > Agent Chat in the editor menu.
Requirements
| Requirement | Version |
|---|---|
| Unreal Engine | 5.5.0+ |
| Platform | Windows, macOS, Linux |
| Type | Editor Only |
Agent Integration Kit
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.
Configuration
Configure agents and settings for Agent Integration Kit