Houdini 20.5 Nodes APEX nodes

graph::PortData

Gets the data for a port in an APEX graph.

On this page
Since 20.0

Gets the metadata of the port identified by portid in the graph.

Inputs

graph: ApexGraphHandle

The graph that contains the port to query.

portid: ApexPortID

The port to query for its data.

Outputs

name: String

The name of the port.

alias: String

The alias of the port.

datatype: String

The data type accepted by the port.

porttype: String

The connection type of the port. This could be either input or output.

isconnected: Bool

Returns True if the port is connected within the graph.

ispromoted: Bool

Returns True if the port is promoted to a graph input.

See also

APEX nodes