---
title: activeStateMachineNodes
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/animationgraphcomponent/activestatemachinenodes
---

# activeStateMachineNodes

The state machine nodes that were active during the last graph evaluation tick.

## Declaration

```swift
var activeStateMachineNodes: [AnimationGraphComponent.ActiveStateMachineNode] { get }
```

## See Also

### Accessing active nodes

- [activeNodes](realitykit/animationgraphcomponent/activenodes.md)
- [AnimationGraphComponent.ActiveNode](realitykit/animationgraphcomponent/activenode.md)
- [activeClipNodes](realitykit/animationgraphcomponent/activeclipnodes.md)
- [AnimationGraphComponent.ActiveClipNode](realitykit/animationgraphcomponent/activeclipnode.md)
- [AnimationGraphComponent.ActiveStateMachineNode](realitykit/animationgraphcomponent/activestatemachinenode.md)
