modify_blueprint_property
Change the default value of an Unreal Engine Blueprint property by specifying its path, name, and new value.
Instructions
Change the default value of a Blueprint variable (requires Adastrea-Director integration)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_value | Yes | New default value for the property | |
| property_name | Yes | Name of the property/variable to modify | |
| blueprint_path | Yes | Relative path to the Blueprint asset |