Houdini 20.5 Nodes APEX nodes

graph::GetPromotedPort

Finds the promoted graph input or output port that is connected to a given port.

On this page
Since 20.0

Finds the port on the graph input or output node that is connected to portid.

If the node of portid is in the top-level graph:

If the node of portid is in a subnet:

If the port is not promoted, an invalid port ID is returned. The Convert<ApexPortID, Bool> node can be used to determine whether or not a given port ID is valid.

Inputs

graph: ApexGraphHandle

The graph that contains the port to query for promoted input/output connections.

portid: ApexPortID

The port to query for promoted input/output connections.

Outputs

result: ApexPortID

The unique port identifier, created at run time, that represents the promoted input/output port connected to portid.

See also

APEX nodes