HEGoInputReceiverNode

Inherits: HEGoBaseNode < HEGoTrackableNode < RefCounted

Inherited By: HEGoMergeNode

Base node type that can receive node inputs.

Description

Provides a helper for connecting another HEGo node into a specific input index on the current node.

Use this as the base for nodes that accept upstream Houdini connections.

Methods

void

connect_input(other_node: HEGoBaseNode, input_index: int)


Method Descriptions

void connect_input(other_node: HEGoBaseNode, input_index: int) πŸ”—

Connects other_node into this node’s input_index.

Both nodes should already be instantiated. If either node id is invalid, downstream HAPI calls can fail and log errors.


Class Registration

  • Kind: Virtual