> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Inworld Node Routing

[Overview](../overview) > [Inworld Node](./InworldNode) > 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.

<img src="https://mintcdn.com/inworldai/DU51zbvTskAXFmlO/img/unreal/runtime/nd_img_InworldNode_Routing.png?fit=max&auto=format&n=DU51zbvTskAXFmlO&q=85&s=e36d84d39a0c0c57a6bd79d15c150b73" alt="Inworld Node Routing" width="133" height="78" data-path="img/unreal/runtime/nd_img_InworldNode_Routing.png" />

**Input Types:**

* `FInworldDataHandle` (Any data type)

**Output Types:**

* `FInworldDataHandle` (Same data, passed through unchanged)
