Houdini 20.0 Nodes APEX Nodes

graph::IsConnected

Returns if a given parm input port is connected when the given APEX graph is being used as a subgraph.

On this page
Since 20.0

Returns if a given parm input port is connected when the given APEX graph is being used as a subgraph. This node is designed to be used within subgraphs, it allows to check if a given input of the subgraph is connected or not, which can be used for conditional operations. The Node can be connected to any input port type.

Inputs

input: void

The input that is to be examined for its connection status.

Outputs

result: Bool

The status of the connection of the given subgraph. Returns True if the given subgraph instance containing this node has a connection for the given port.

APEX Nodes