?:
Operators
The Conditional node changes its output depending on the input Condition
.
Inputs
OnTrue (Pseudo-Generic)
The value to output when the Condition is true.
OnFalse (Pseudo-Generic)
The value to output when the Condition is false.
Condition (Bool)
A boolean to decide which input value to output.
Outputs
* (Pseudo-Generic)
Returns the result.
See Also
- Wikipedia's definition of the ternary conditional operator.
- Microsoft's documentation on the conditional (ternary) operator.