HEGoTrackableNode

Inherits: RefCounted

Inherited By: HEGoBaseNode

Abstract base interface for HEGo nodes tracked by session manager.

Description

Session-managed node wrappers derive from this type so their internal node ids can be reset when sessions are recreated or destroyed.

This class is abstract and intended for inheritance, not direct use.

Implementers must provide reset behavior that leaves the wrapper in a safe non-instantiated state.


Class Registration

  • Kind: Abstract