ProtoFlux:Unpack Nullable

From Resonite Wiki
Unpack Nullable
Nullable
Value
HasValue
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