<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/SynchronizationComponent/ownershipTransferMode-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation24SynchronizationComponentV21ownershipTransferModeAC09OwnershipfG0Ovp"
  },
  "title" : "ownershipTransferMode"
}
-->

# ownershipTransferMode

The entity’s transfer ownership mode.

```
var ownershipTransferMode: SynchronizationComponent.OwnershipTransferMode
```

## Discussion

By default, the transfer mode is
[`SynchronizationComponent.OwnershipTransferMode.autoAccept`](/documentation/RealityKit/SynchronizationComponent/OwnershipTransferMode-swift.enum/autoAccept).
You can set it to
[`SynchronizationComponent.OwnershipTransferMode.manual`](/documentation/RealityKit/SynchronizationComponent/OwnershipTransferMode-swift.enum/manual) to
require explicit confirmation of the request by your app.

---

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)