Added a See Also section. |
m YoshBot moved page ProtoFlux:Unpack Nullable to ProtoFlux:UnpackNullable: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:38, 21 August 2025
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.