prompt_generate
Generate complete Unreal Engine 4.27 gameplay systems from natural language prompts. Creates Blueprints, UI, materials, maps, and input mappings, with optional dry-run preview of the build spec.
Instructions
Generate complete Unreal Engine 4.27 gameplay systems from a natural language prompt. Creates Blueprints, Widget Blueprints, materials, data assets, maps, actors, and input mappings. Supports genres: puzzle_fighter, menu_system, horror, platformer, inventory, generic. Use dry_run=true to preview the build spec without creating any assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Natural language description of what to build. Examples: 'Make me gameplay like Puzzle Fighter', 'Create a main menu HUD and pause screen', 'Build a horror hallway trigger sequence' | |
| dry_run | No | If true, return the build spec JSON without creating any assets in UE4 |