Houdini 20.0 Nodes APEX Nodes

graph::GraphInputs

Finds all top level parm input ports of a given APEX graph.

On this page
Since 20.0

Finds all top level parm input APEX ports of a given APEX graph. The parm ports represent the input that the user needs to feed into the graph before invoking it. The name of the given parm port is used as an identifier to set the given graph input values.

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 input paramter ports in the graph.

APEX Nodes