Houdini 20.5 Nodes APEX Nodes

graph::GetConnectedPort

Finds the port that is connected to a given port.

On this page
Since 20.5

Finds the port that is connected to a given input or output port of a node. If multiple ports are connected to the input portid, the first found port is returned.

Inputs

graph: ApexGraphHandle

The graph that contains the port to query for port connections.

portid: ApexPortID

The port to query for port connections.

Outputs

portid: ApexPortID

The port connected to the input portid.

See also

APEX Nodes