Houdini 20.5 Nodes APEX nodes

graph::EvaluateOutputs

Evaluates outputs from an APEX graph.

On this page
Since 20.0

Inputs

graph: ApexGraphHandle

The graph to invoke.

outputnode: String

The name of the output node on the graph from which all the outputs are evaluated.

parms: VariadicArg<Dict>

Dictionary of graph input values to evaluate with. All the dictionaries are merged together prior to evaluation.

Outputs

outputs: VariadicArg<void>

The evaluated outputs from the input graph. The name and type of this port should match an output on the outputnode.

See also

APEX nodes