Unpack Nullable
Packing
The Unpack Nullable node takes in a nullable, and returns the value and if this nullable has a value.
Inputs
Nullable (Pseudo-Generic)
The nullable value.
Outputs
Value (Pseudo-Generic)
Returns the value itself.
HasValue (bool)
Returns if this has a value.
See Also
- Wikipedia's definition of nullable types.
- Microsoft's documentation on the nullable value types & nullable reference types.