B1SiteTableRow
- Structure that defines a site data table row.
* Contains default site configuration, action triggers, tax immunity flag, buff tag, and biz modifier.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DefaultInfo | FB1SiteDefaultInfo | Default configuration data for this site. | Category: B1SiteTableRow |
| OutfitCategory | EB1OutfitCategory | Outfit category worn at this site. Crowds spawn already wearing it, and characters change into it on arrival. None means this site drives no outfit change. (BL-60067) | Category: B1SiteTableRow |
| SiteHint | FName | Hint name used to display contextual UI hints for this site. | Category: B1SiteTableRow |
| SiteActionTriggers | TArray | List of timed condition-based action triggers associated with this site. | Category: B1SiteTableRow |
| bIsImmunePropertyTax | bool | Whether this site is exempt from property tax. | Category: B1SiteTableRow |
| BizModifierId | FName | Biz modifier ID applied when a business is set up at this site. | Category: B1SiteTableRow Foreign: BizModifier.Id |
| CustomSchedulePresetId | FName | CustomSchedulePreset ID to apply for site-driven NPC behavior (e.g. VIP Lounge). | Category: B1SiteTableRow Foreign: CustomSchedulePreset.Id |
| AutonomyRule | EB1SiteAutonomyRule | Autonomy collection rule for this site. Auto resolves based on SiteType at runtime. | Category: B1SiteTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |