B1RoomPurposeTableRow
- Table row defining the purpose of a room area, including display info and applicable site types.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | Main text ID for the room purpose name displayed in the UI. | Category: B1RoomPurposeTableRow StringTableKey: Id |
| DescTextId | FString | Description text ID for the room purpose shown in the UI. | Category: B1RoomPurposeTableRow StringTableKey: Id |
| SiteTypes | TArray | Site types that are allowed to use this room purpose. | Category: B1RoomPurposeTableRow Foreign: EB1SiteType |
| ColorMappingId | FName | The color mapping ID used to visually represent this room purpose. | Category: B1RoomPurposeTableRow Foreign: ColorMappingTable.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |