blueprint_add_variable
Adds a member variable to an Unreal Engine Blueprint asset, then compiles and saves it. Specify the Blueprint path, variable name, and type to extend the asset's functionality.
Instructions
Add a member variable to a Blueprint, then compile and save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Variable name. | |
| type | Yes | Blueprint type descriptor | |
| category | No | Editor category for organization. | |
| default_value | No | Optional default value (JSON-serializable). | |
| blueprint_path | Yes | Content path of the Blueprint asset, e.g. /Game/Blueprints/BP_Door. |