<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/AnimationGraphComponent/ActiveClipNode",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation23AnimationGraphComponentV14ActiveClipNodeV"
  },
  "title" : "AnimationGraphComponent.ActiveClipNode"
}
-->

# AnimationGraphComponent.ActiveClipNode

Debug information for an active animation clip node within the graph.

```
struct ActiveClipNode
```

## Overview

Use this type to read the current playback position of an animation clip the graph
is sampling.

## Topics

### Inspecting playback state

[`let id: Int`](/documentation/RealityKit/AnimationGraphComponent/ActiveClipNode/id)

The unique identifier of the node within the compiled graph.

[`var currentCycle: Float`](/documentation/RealityKit/AnimationGraphComponent/ActiveClipNode/currentCycle)

The current playback cycle of the clip.

[`var wasReset: Bool`](/documentation/RealityKit/AnimationGraphComponent/ActiveClipNode/wasReset)

A Boolean value that indicates whether the node was reset during the last
evaluation tick.

### Instance Properties

[`let name: String`](/documentation/RealityKit/AnimationGraphComponent/ActiveClipNode/name)

The author-supplied name of the node from the graph definition.

## Relationships

### Conforms To

[`Identifiable`](/documentation/Swift/Identifiable)

[`Sendable`](/documentation/Swift/Sendable)

[`ActiveNode`](/documentation/RealityKit/AnimationGraphComponent/ActiveNode)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)