Skip to main content
Base Node Node inspector for an If node

Parameters

Condition
boolean
required
Condition that determines which output emits the input. If true, the input is emitted on the True output; otherwise, it is emitted on the False output. This can also be an expression that evaluates to a boolean.

Inputs

Input
any
Input value to route.

Outputs

True
any
Emitted when the condition is true.
False
any
Emitted when the condition is false.