?:
Operators
The Conditional node changes its output depending on the input Condition.
Inputs
OnTrue
The value to output when the Condition is true.
OnFalse
The value to output when the Condition is false.
Condition (Bool)
A boolean to decide which input value to output.
Outputs
*
Returns the result.