HEGoTransformableNamedNode

Inherits: HEGoTransformableNode < HEGoBaseNode < HEGoTrackableNode < RefCounted

Inherited By: HEGoBaseInputNode

Virtual transformable base that stores an internal node name.

Description

This class is used as an internal base for named input node types.

The name field is used by C++ implementations during Houdini node creation but is not currently exposed as a bound Godot property or method on this type.

Concrete subclasses may still consume this internal field during HEGoBaseNode.instantiate(), so naming can be part of internal node creation even when not script-exposed here.


Class Registration

  • Kind: Virtual