UEAIBlueprint AI for Unreal.
Flexible Licensing for Proprietary Software

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

Blueprint 1

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

Blueprint 2

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

Blueprint 3

Pricing

Flexible plans for every team.

Starter

For individuals and small projects.

$19/month/month
  • Generate up to 10 Blueprints per day
  • Access to basic AI behaviors
  • Community support
  • Email support

Pro

Ideal for growing teams and businesses.

$49/month/month
  • Unlimited Blueprint generation
  • Advanced AI behavior support
  • Priority email support
  • Access to new features

Enterprise

For large organizations with specific needs.

Custom Pricing/month
  • 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.

Limited Seats Available
📅Plugin Beta:
Q2 2025
🔐Full Access:
API + Docs