Contents

AnimationGraphComponent.ActiveNode

Common debug information for any node that was active during the most recent graph evaluation tick.

Declaration

protocol ActiveNode : Identifiable, Sendable

Overview

AnimationGraphComponent reports active nodes through this protocol so that tools can iterate every node uniformly. To inspect node-kind-specific state, downcast to AnimationGraphComponent.ActiveStateMachineNode or AnimationGraphComponent.ActiveClipNode, or iterate the typed accessors activeStateMachineNodes and activeClipNodes directly.

Topics

Inspecting the active node

Instance Properties

See Also

Accessing active nodes