ue_pcg_connect
Connect the output pin of one PCG node to the input pin of another in an Unreal Engine PCG graph. Specify graph path, nodes, and pin names.
Instructions
Collega l'uscita di un nodo PCG all'ingresso di un altro.
from_node e to_node accettano il nome del nodo (come lo restituisce
ue_pcg_add_node) oppure gli alias "input" e "output" per i due nodi che
ogni grafo ha già. I nomi dei pin sono quelli elencati da
ue_pcg_add_node / ue_pcg_graph_info, spazi compresi ("Bounding Shape").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_pin | Yes | ||
| to_node | Yes | ||
| from_pin | Yes | ||
| from_node | Yes | ||
| graph_path | Yes |