create_fps_character
Creates a First-Person Shooter character Blueprint with a first-person camera and arms mesh components, ready for gameplay.
Instructions
Create a First-Person Shooter character Blueprint. Adds a first-person camera and arms mesh components.
Args: name: Blueprint name (e.g., "BP_FPSCharacter")
KB: see knowledge_base/03_GAMEPLAY_FRAMEWORK.md#overview Example: create_fps_character(name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |