# Sandbox.OwnerTransfer

Specifies who can control ownership of a networked object.

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Fixed`](/api/Sandbox.OwnerTransfer/Fixed): Only the host can change the ownership.
- [`Request`](/api/Sandbox.OwnerTransfer/Request): Anyone can request ownership changes from the host.
- [`Takeover`](/api/Sandbox.OwnerTransfer/Takeover): Anyone can control ownership.
