---
title: activeClipNodes
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/animationgraphcomponent/activeclipnodes
---

# activeClipNodes

The animation clip nodes that were active during the last graph evaluation tick.

## Declaration

```swift
var activeClipNodes: [AnimationGraphComponent.ActiveClipNode] { get }
```

## See Also

### Accessing active nodes

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