gameplay_framework_create
Create a complete set of linked gameplay framework Blueprints, automatically wiring GameMode defaults, then compile and save all assets.
Instructions
Create a linked set of gameplay framework Blueprints (GameMode, Pawn or Character, PlayerController, GameInstance, HUD, GameState, PlayerState) named BP_, with the GameMode's class defaults wired to the created pieces. Compiles and saves everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Content directory, e.g. /Game/MyGame/Framework. | |
| pieces | No | Default: game_mode, character, player_controller. | |
| base_name | Yes | Base name, e.g. 'MyGame'. |