create_hud_blueprint
Create a HUD Blueprint to define in-game heads-up display elements for your Unreal project.
Instructions
Create a HUD Blueprint.
Args: name: Blueprint name (e.g., "BP_MyHUD")
KB: see knowledge_base/03_GAMEPLAY_FRAMEWORK.md#overview Example: create_hud_blueprint(name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |