Skip to main content

Passthrough Node

Passthrough Node Screenshot

Overview

The Passthrough Node is a simple node that passes the input value to the output without any modifications. This node can be useful in scenarios where you want to pass a value through a certain path in your graph without altering it, such as grouping together values from different branches of your graph, or controlling how wires flow through your graph.

Inputs

TitleData TypeDescriptionDefault ValueNotes
Input [i]anyThe ith input to be passed throughN/ADynamic number of inputs based on how many connections there are

Error Handling

The Passthrough Node does not have any error handling. If an input is missing or null, the corresponding output will also be missing or null.

FAQ

Q: What happens if an input is missing or null?

A: If an input is missing or null, the corresponding output will also be missing or null.

See Also