---
title: SynchronizationEvents.OwnershipRequest
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/synchronizationevents/ownershiprequest
---

# SynchronizationEvents.OwnershipRequest

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

## Declaration

```swift
struct OwnershipRequest
```

## Topics

### Getting the involved parties

- [entity](realitykit/synchronizationevents/ownershiprequest/entity.md)
- [requester](realitykit/synchronizationevents/ownershiprequest/requester.md)

### Accepting the request

- [accept](realitykit/synchronizationevents/ownershiprequest/accept.md)

## Relationships

### Conforms To

- [Event](realitykit/event.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Detecting ownership updates

- [SynchronizationEvents.OwnershipChanged](realitykit/synchronizationevents/ownershipchanged.md)
