Natural language in. Blueprint AI out. Instantly deploy to Unreal Engine.
Built for developers and designers, by developers.
Developed with ❤️ by Colin
Features
Unlock powerful capabilities for your project.
Natural Language to Blueprint
Transform simple text descriptions into functional Unreal Engine Blueprints.
Support for Complex Behaviors
Generate advanced AI behaviors such as patrolling, chasing, detection...
Export as JSON or Direct
Obtain the Blueprint as a JSON file or integrate it directly into the Unreal Engine editor via a Python script.
Compatibility Unreal Engine 5+
Ensure that the generated Blueprints are compatible with the latest versions of Unreal Engine, including version 5 and beyond.
Significant Time Savings
Accelerate your development process by generating Blueprints in seconds, eliminating the need for manual creation.
Customization and Extensibility
Tailor the generated Blueprints to your specific needs and extend them for more complex behaviors.
Examples
Prompt
"Add a Health variable and set it to 100 on BeginPlay"
Output
{
"Variables": [
{ "name": "Health", "type": "Float", "default": 100 }
],
"Events": [
{
"name": "Event BeginPlay",
"actions": [
{ "type": "SetVariable", "target": "Health", "value": 100 }
]
}
]
}
Generated Blueprint

Prompt
"Make an enemy patrol between two points"
Output
{
"Nodes": ["Event Tick", "Move To Location A", "Delay", "Move To Location B"],
"Connections": [
"Event Tick → Move To Location A",
"Move To Location A → Delay → Move To Location B"
]
}
Generated Blueprint

Prompt
"Create a UI widget that displays Health as a progress bar"
Output
{
"Class": "UserWidget",
"Elements": ["ProgressBar: HealthBar"],
"Bindings": ["HealthBar.Percent → Player.Health / Player.MaxHealth"]
}
Generated Blueprint

Pricing
Flexible plans for every team.
Starter
For individuals and small projects.
- Generate up to 10 Blueprints per day
- Access to basic AI behaviors
- Community support
- Email support
Pro
Ideal for growing teams and businesses.
- Unlimited Blueprint generation
- Advanced AI behavior support
- Priority email support
- Access to new features
Enterprise
For large organizations with specific needs.
- Unlimited Blueprint generation
- Custom AI behavior development
- Dedicated account manager
- 24/7 premium support
🧪 Join the Private Beta
Don't miss out! Secure your spot to get early access to the Blueprint AI plugin and API.
Q2 2025
API + Docs