Skip to main content
Overview > Inworld Node > Inworld Node Routing Class: 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. Inworld Node Routing Input Types:
  • FInworldDataHandle (Any data type)
Output Types:
  • FInworldDataHandle (Same data, passed through unchanged)