Houdini 20.0 Nodes APEX Nodes

graph::PromoteOutput

Link a port to an APEX graph output.

On this page
Since 20.0

Given an APEX graph, an output port on a node in the graph, and an output node in the graph, creates a new output named outputname on the output node connected to the provided port.

Inputs

*graph: ApexGraphHandle Required

The graph to modify.

portid: ApexPortID

The port to connect to the output.

outputname: String

The output name to set for this output connected to portid.

outputnodeid: ApexNodeID

The output node in the APEX graph to add the output to.

Outputs

*graph: ApexGraphHandle

The modified graph.

graphoutput: ApexPortID

The created output port id.

See also

APEX Nodes