connect_niagara_pins
Wire Niagara node output pins to input pins in scratch pad graphs, with automatic rejection of type mismatches.
Instructions
Wire one node's output pin to another node's input pin inside a scratch pad graph.
Connection is validated via UEdGraphSchema_Niagara::TryCreateConnection so type mismatches are rejected cleanly. Identify each side via the (class | index | id) trio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_pin | Yes | ||
| from_pin | Yes | ||
| to_node_id | No | ||
| module_name | Yes | ||
| system_path | Yes | ||
| from_node_id | No | ||
| to_node_class | No | ||
| to_node_index | No | ||
| from_node_class | No | ||
| from_node_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |