Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:UnpackKeyValuePair

From Resonite Wiki
Unpack
Pair
Key
Value
Collections

The UnpackKeyValuePair node takes in a KeyValuePair, and splits it into the Key part and the Value part.

Inputs

Pair (Generic)

The combined key and value pair.

Outputs

Key (Generic)

The key stored in this pair.

Value (Generic)

The value stored in this pair.