add_blueprint_variable
Add a variable to an Unreal Engine Blueprint by providing its asset path, name, type, and optional default value.
Instructions
Add a variable to a Blueprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| default_value | No | Default value as string | |
| variable_name | Yes | Variable name | |
| variable_type | Yes | Variable type | |
| blueprint_path | Yes | Blueprint asset path |