UInworldNode_Routing | Inherits from: UInworldNode
A node that passes its input through unchanged. Useful for organizing and routing data flow within a graph.
This node takes any data handle as input and outputs it as-is. It performs no transformation, making it purely a layout and routing aid — useful for keeping complex graphs readable by directing connections around other nodes without affecting the data.

FInworldDataHandle(Any data type)
FInworldDataHandle(Same data, passed through unchanged)