connect_graph_nodes
Wire two node pins together in a Blueprint graph. Specify blueprint path, source/target node IDs, and pin names to connect them.
Instructions
Wire two node pins together in a Blueprint graph. Requires the optional C++ plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_pin | Yes | Source pin name | |
| target_pin | Yes | Target pin name | |
| blueprint_path | Yes | Blueprint asset path | |
| source_node_id | Yes | Source node ID | |
| target_node_id | Yes | Target node ID |