connect_blueprint_nodes
Connect two nodes in a Blueprint graph by specifying source and target node GUIDs and pin names, with optional function graph selection.
Instructions
Connect two nodes in a Blueprint graph.
Args: source_node_id: GUID of the source node source_pin_name: Output pin name on source target_node_id: GUID of the target node target_pin_name: Input pin name on target function_name: Function graph (empty = EventGraph)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | No | ||
| blueprint_name | Yes | ||
| source_node_id | Yes | ||
| target_node_id | Yes | ||
| source_pin_name | Yes | ||
| target_pin_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |