---
title: isOwner
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/hassynchronization/isowner
---

# isOwner

A Boolean that indicates whether the calling process owns the entity.

## Declaration

```swift
@MainActor @preconcurrency var isOwner: Bool { get }
```

## Discussion

Discussion The calling process owns the entity if the value is true.

## See Also

### Managing ownership

- [requestOwnership(timeout:_:)](realitykit/hassynchronization/requestownership(timeout:_:).md)
