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: |
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