---
title: AnimationGraphComponent.ActiveTag
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/animationgraphcomponent/activetag
---

# AnimationGraphComponent.ActiveTag

Contains debug information of a single tag within a compiled animation graph, used for inspection and debugging.

## Declaration

```swift
struct ActiveTag
```

## Topics

### Identifying the tag

- [id](realitykit/animationgraphcomponent/activetag/id.md)

### Instance Properties

- [name](realitykit/animationgraphcomponent/activetag/name.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing active tags

- [activeTags](realitykit/animationgraphcomponent/activetags.md)
