ProtoFlux:Unpack4

From Resonite Wiki
Revision as of 00:38, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Unpack 4 to ProtoFlux:Unpack4: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Unpack xyzw
V
X
Y
Z
W
Packing

The Unpack 4 node takes in a value that contains data that can be split into 4 separate values of a similar type, returning the individual data types that made up this packed value. (Example: int4 = int + int + int + int)

Inputs

V (Pseudo-Generic)

The value we want to unpack.

Outputs

X (Pseudo-Generic)

Returns the first value from the provided packed value.

Y (Pseudo-Generic)

Returns the second value from the provided packed value.

Z (Pseudo-Generic)

Returns the third value from the provided packed value.

W (Pseudo-Generic)

Returns the fourth value from the provided packed value.