Filled in this node page. |
m YoshBot moved page ProtoFlux:Multi Null Coalesce to ProtoFlux:MultiNullCoalesce: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:27, 21 August 2025
??
Operands
+
-
Operators
The Multi Null Coalesce node operates similarly to the regular Null Coalesce node, but take multiple reference types of the same type as input. The output will be the first non-null
value from the list of inputs.
Inputs
Operands (Pseudo-Generic)
The list of reference values to check.
Outputs
* (Pseudo-Generic)
Returns the first non-null value found in order.
See Also
- Wikipedia's definition of null coalescing operator.
- Microsoft's documentation on the null coalescing operator.