| InternalIndexId | FName | The internal index ID used to cross-reference this object in the default asset table. | |
| ForConstruct | bool | Whether this object is used as a construction (structural) piece. | |
| ObjectTableId | FName | The data table ID referencing the object definition. | |
| Location | FVector | The local position of this object within the site. | |
| Rotation | FRotator | The local rotation of this object within the site. | |
| Scale | FVector | The scale of this object within the site. | |
| FloorLevel | int32 | The floor level index on which this object is placed. | |
| IsDevLocked | bool | Whether this object is locked by a developer and cannot be edited by players. | |
| RelatedProps | TMap | A map of named integer properties related to this object's placement. | |
| ParentId | FName | The internal index ID of the parent object this object is attached to. | |
| SlotName | FName | The slot name on the parent object where this object is placed. | |
| BuiltData | FB1SiteAreaBuiltSaveData | The built area data for this object (used for objects that contain sub-areas). | |
| CustomizedData | TArray | The list of custom data entries that override properties for this object. | |
| Appendix | FB1VariantDataMap | Additional variant data associated with this object. | |
| AuthorName | FString | The name of the author who placed or last modified this object. | |
| ZoneGraphNodeIndex | int32 | The zone graph node index associated with this object for AI navigation. | |
| ShopWorkerZoiDataPath | FString | The file path to the shop worker Zoi data associated with this object. | |
| SiteEventRoleId | FName | SiteEvent role ID assigned to this object (empty if not a SiteEvent role seat). | |
| CareerSeatJobId | FName | Career seat job ID assigned to this object (empty if not a career seat). | |
| CareerSeatRank | int32 | Career seat rank assigned to this object (0 if not set). | |
| CareerSeatCareerDtId | FName | Career ID that owns this career seat (empty for legacy data). | |
| CareerSeatAllowedRanks | TArray | Allowed ranks for this career seat. | |