add_statetree_binding
Add a property binding from a source node output to a target node input in a StateTree asset.
Instructions
Add a property binding connecting a source node's output to a target node's input.
Args: asset_path: Content path to the StateTree asset source_node_guid: GUID of the source node source_property: Property path on source (e.g. "TargetLocation") target_node_guid: GUID of the target node target_property: Property path on target (e.g. "TargetLocation")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | ||
| source_property | Yes | ||
| target_property | Yes | ||
| source_node_guid | Yes | ||
| target_node_guid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |