ProtoFlux:Unpack Nullable

From Resonite Wiki
Revision as of 17:41, 27 June 2024 by AmasterAmaster (talk | contribs) (Added a See Also section.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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