<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableFaceOcclusions",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:10RealityKit6ARViewC13RenderOptionsV21disableFaceOcclusionsAEvpZ"
  },
  "title" : "disableFaceOcclusions"
}
-->

# disableFaceOcclusions

Disable automatic face occlusion.

```
static let disableFaceOcclusions: ARView.RenderOptions
```

## Discussion

By default, <doc://com.apple.documentation/documentation/ARKit> detects
people and hides virtual objects behind their faces.
Add the [`disableFaceOcclusions`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableFaceOcclusions)
option to the AR view’s [`renderOptions`](/documentation/RealityKit/ARView/renderOptions-swift.property)
to disable this feature.

---

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)