Houdini 20.0 Nodes VOP nodes

Struct Unpack VOP node

Extracts one or more values from a struct by member name.

Since 13.0

See VOP structs for more information on using structs in VOPs.

  1. Wire a struct into the input.

  2. In the parameter editor, set the Number of members you want to extract. For each item, set the Member n name and the type you expect the member to be.

  3. The outputs contain the extracted values.

The node will error if the input struct does not have all the specified members or if they are not of the specified type.

See also

VOP nodes