Houdini 20.0 Nodes APEX Nodes

graph::GetPromotedPort

Finds the promted APEX graph input or output port that is connected with a given APEX port

On this page
Since 20.0

Finds the associated APEX graph input or output port of a given APEX port. If the node of the port is at the top level then the given promoted input or output port directly connected is being returned. If the given port node is in a subnet, only the port that is promoted up to the root graph input will be returned. Ports that are only promoted to the subnet and not to the graph as an input directly are ignored.

If the port is not promoted the return port will point to nothing. The Convert<ApexPortID, Bool> callback can be used to check if a given node id is valid or not.

Inputs

graph: ApexGraphHandle

The APEX graph containing the port to be found.

portid: ApexPortID

The source APEX port to find corresponding promoted port for.

Outputs

result: ApexPortID

The unique port identifier, created at run time, representing the promoted port in the graph.

APEX Nodes