B1OwnershipData
- Serializable ownership data recording the ownership type and owner entity ID of a placed game object.
* Persisted as part of the object save data to track who owns or placed each object in the world.
| Property | Type | Description | Metadata |
|---|---|---|---|
| OwnershipType | EB1OwnershipType | Type of ownership (e.g., Personal, Household, Public) for this object. | |
| OwnerId | FB1EntityId | Entity ID of the character or entity that owns this object. |