Describe the behavior
Tell the AI what you want — a door that opens on overlap, a damage system, a vehicle controller. Plain English is enough.
Describe what you want. Blueprint Stack creates the Blueprint, drops in the nodes, wires the pins, and saves the asset — directly in Unreal Engine 5.4+.
Built on top of Claude Code or OpenAI Codex through MCP. The AI does not just suggest code; it actually authors the Blueprint graph, connects execution and data pins, and leaves you with a working asset.
prompt / Make a pickup that gives 25 health when the player overlaps it.
complete / A Pickup Blueprint with a sphere collider, OnComponentBeginOverlap event, health-add call, and Destroy Actor on use.
Three steps from prompt to functioning Blueprint asset.
Tell the AI what you want — a door that opens on overlap, a damage system, a vehicle controller. Plain English is enough.
The AI calls Blueprint Stack tools to create the asset, add nodes, set defaults, and wire execution and data pins.
Inspect the graph, ask for tweaks, attach example screenshots, or attach existing nodes as context for refinement.
Real prompts you can use today, and what comes out the other side.
"Make a pickup that gives 25 health when the player overlaps it."
A Pickup Blueprint with a sphere collider, OnComponentBeginOverlap event, health-add call, and Destroy Actor on use.
"Build a door Blueprint that opens with a timeline when interacted with."
A Door Blueprint with a timeline driving rotation, an Interact interface, sound cues on open/close, and a closed-state bool.
"Add a damage system: a component that any actor can attach."
A Health component Blueprint with current/max float, ApplyDamage and Heal functions, OnDeath event, and a clean public interface.
"Generate an inventory Blueprint backed by a struct array."
An Inventory component, an Item struct, AddItem/RemoveItem/HasItem functions, and a UI-ready GetItems output.
It authors graphs. Blueprint Stack exposes editor tools for creating Blueprints, adding nodes, connecting pins, and saving assets. The AI calls those tools live.
Anything that speaks MCP. Claude Code and OpenAI Codex CLI are the most common choices. You bring your own model — the plugin does not bill LLM tokens.
Yes. Generated Blueprints are normal UE assets. You can edit them by hand, version-control them, and ship them. The AI can also iterate on them on request.
You can ask for a walkthrough. The AI explains the graph it created, justifies node choices, and offers simpler alternatives if you ask.
Yes. The same workflow extends to materials, Niagara systems, data tables, structs, and level building. 48 tools across 11 categories.
One-time purchase, lifetime updates. Install Blueprint Stack and start generating Blueprints from natural-language prompts.