B1SiteTypeUIInfo
- Structure that defines UI display info for a site type in a given site state.
* Contains the site state, icon, icon color, background color, and optional name override text.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SiteState | EB1SiteState | Site state this UI info entry applies to. | Category: B1SiteTypeUIInfo |
| Icon | TSoftObjectPtr | Soft reference to the icon texture used for this site state. | Category: B1SiteTypeUIInfo |
| IconColorId | FName | Color mapping ID applied to the site icon. | Category: B1SiteTypeUIInfo Foreign: ColorMapping.Id |
| BgColorId | FName | Color mapping ID applied to the icon background. | Category: B1SiteTypeUIInfo Foreign: ColorMapping.Id |
| NameOverrideTextId | FString | Text ID used to override the default site type name in the UI. | Category: B1SiteTypeUIInfo |