Houdini 20.0 Nodes APEX Nodes

dict::Extract

Extracts multiple values from a dictionary.

On this page
Since 20.0

This callback extracts values from a dictionary based on the names and types of the subports of the args variadic output. The name of each output subport determines the key of the dictionary entry to extract. The type of each subport must be defined within the graph.

Inputs

dict: Dict

A dictionary from which to extract values.

Outputs

args: VariadicArg<void>

A variadic output of values extracted from the dictionary.

APEX Nodes