AnimationGraphComponent.ActiveNode
Common debug information for any node that was active during the most recent graph evaluation tick.
Declaration
protocol ActiveNode : Identifiable, SendableOverview
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.