B1MannequinRandomPresetPoolTableRow
Per-city random preset pool: appearance presets a mannequin can pick from, grouped by season.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CityId | FName | City ID (matched against Entity::GetLocatedCityId()). | Category: B1MannequinRandomPresetPoolTableRow |
| EverydayPresetIds | TArray | Appearance preset IDs usable in spring/autumn. | Category: B1MannequinRandomPresetPoolTableRow Foreign: AppearanceNpcOutfitPreset.Id |
| SummerPresetIds | TArray | Appearance preset IDs usable in summer. | Category: B1MannequinRandomPresetPoolTableRow Foreign: AppearanceNpcOutfitPreset.Id |
| WinterPresetIds | TArray | Appearance preset IDs usable in winter. | Category: B1MannequinRandomPresetPoolTableRow Foreign: AppearanceNpcOutfitPreset.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |