B1BuildPresetRow
- A table row struct that stores data for each buildmode Preset.
* It includes UI information and data asset information for the preset.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayNameTextId | FString | The display name text ID shown in the UI for this build preset. | Category: B1BuildPresetRow StringTableKey: Id |
| DescriptionTextId | FString | The description text ID shown in the UI for this build preset. | Category: B1BuildPresetRow StringTableKey: Id |
| PresetAsset | TSoftObjectPtr | The DataTable asset containing wall and furniture placement information for this preset. | Category: B1BuildPresetRow |
| Icon | TSoftObjectPtr | The icon image displayed in the preset tooltip. | Category: B1BuildPresetRow |
| BedNum | int32 | The number of bedrooms shown in the preset tooltip. | Category: B1BuildPresetRow |
| ToiletNum | int32 | The number of toilets shown in the preset tooltip. | Category: B1BuildPresetRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |