B1SitePreferenceTableRow
Per-site leisure preference: matching nature/characteristic traits + age bands. Row Id = Site.Id (synthetic for a no-schedule row).
| Property | Type | Description | Metadata |
|---|---|---|---|
| AllowedGrowthSteps | int32 | Growth steps allowed to bias toward this site for autonomous leisure (exclude Infant/Toddler). | Category: B1SitePreferenceTableRow |
| NatureTraitIds | TArray | Nature(temperament) trait row Ids this site matches. A zoi has exactly one nature trait. | Category: B1SitePreferenceTableRow Foreign: Trait.Id |
| CharacteristicTraitIds | TArray | Characteristic trait row Ids this site matches. Matches if the zoi has any one of them. | Category: B1SitePreferenceTableRow Foreign: Trait.Id |
| TPOPlanIds | TArray | TPO Plan IDs that can be selected while a schedule is running at this site. | Category: B1SitePreferenceTableRow Foreign: TPOPlan.Id |
| bNoSchedule | bool | If true, matching this row means "make no schedule": no leisure schedule is created for the day. | Category: B1SitePreferenceTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |