<!--
{
  "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/SynchronizationEvents/OwnershipRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation21SynchronizationEventsO16OwnershipRequestV"
  },
  "title" : "SynchronizationEvents.OwnershipRequest"
}
-->

# SynchronizationEvents.OwnershipRequest

The event raised when a network peer wants to gain ownership of an
entity.

```
struct OwnershipRequest
```

## Topics

### Getting the involved parties

[`entity`](/documentation/RealityKit/SynchronizationEvents/OwnershipRequest/entity)

The entity over which the network peer would like to gain ownership.

[`requester`](/documentation/RealityKit/SynchronizationEvents/OwnershipRequest/requester)

The network peer requesting ownership.

### Accepting the request

[`accept`](/documentation/RealityKit/SynchronizationEvents/OwnershipRequest/accept)

The callback function that the current owner calls to grant
ownership to the requesting peer.

## Relationships

### Conforms To

[`Event`](/documentation/RealityKit/Event)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)