---
title: isTracked
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/artrackable/istracked
---

# isTracked

A Boolean value that indicates whether the object’s transform is valid.

## Declaration

```swift
var isTracked: Bool { get }
```

## Discussion

Discussion If this value is true, the object’s transform currently matches the position and orientation of the real-world object it represents. If this value is false, the object is not guaranteed to match the movement of its corresponding real-world feature, even if it remains in the visible scene.
