Houdini 20.5 Nodes APEX nodes

graph::GraphInputs

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

On this page
Since 20.0

Finds all the top-level parameter input ports of a given APEX graph. The parameter ports represent the inputs that the user needs to feed into the graph before invoking it. The names of the parameter ports are used as identifiers for setting the corresponding graph input values.

Inputs

graph: ApexGraphHandle

The graph to query for the input parameters.

Outputs

ports: ApexPortIDArray

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

See also

APEX nodes