Houdini 20.5 Nodes APEX nodes

graph::GraphOutputs

Finds all the top-level output ports of an APEX graph.

On this page
Since 20.0

Finds all the top-level output ports of a given APEX graph. The output ports represent the outputs that can be fetched when the graph is invoked. The names of the output ports are used as identifiers when specifying the graph data to evaluate.

Inputs

graph: ApexGraphHandle

The graph to query for the output ports.

Outputs

ports: ApexPortIDArray

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

See also

APEX nodes