---
title: supportsUserFaceTracking
framework: arkit
role: symbol
role_heading: Type Property
path: arkit/arworldtrackingconfiguration/supportsuserfacetracking
---

# supportsUserFaceTracking

A Boolean value that tells you whether the iOS device supports tracking the user’s face during a world-tracking session.

## Declaration

```swift
class var supportsUserFaceTracking: Bool { get }
```

## Discussion

Discussion Check the value of this property first, before you enable face tracking using userFaceTrackingEnabled.

## See Also

### Tracking the User’s Face

- [userFaceTrackingEnabled](arkit/arworldtrackingconfiguration/userfacetrackingenabled.md)
