ProtoFlux:UnpackNullable

From Resonite Wiki
Revision as of 00:38, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Unpack Nullable to ProtoFlux:UnpackNullable: Automated: removing spaces from ProtoFlux namespace)
(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