Houdini 20.0 Nodes APEX Nodes

graph::GraphOutputs

Finds all top level output APEX ports of a given APEX graph.

On this page
Since 20.0

Finds all top level output APEX ports of a given APEX graph. The output ports represent the outputs that can be fetched on APEX graph invocation. The name of those given output ports are used as the identifier when specifc graph data are to be evaluated.

Inputs

graph: ApexGraphHandle

The APEX graph the input parms are to be found for.

Outputs

ports: ApexPortIDArray

An array of unique port identifiers, created at run time, representing the found top level output APEX ports in the graph.

APEX Nodes