create_blueprint_variable
Add a new variable to a Blueprint, specifying type, name, default value, category, tooltip, and visibility.
Instructions
Create a variable in a Blueprint.
variable_type: bool, int, float, string, vector, rotator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tooltip | No | ||
| category | No | Default | |
| is_public | No | ||
| default_value | No | ||
| variable_name | Yes | ||
| variable_type | Yes | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |