B1CityEditChangeListInfo
- Describes a single city edit change list item with its ID, list key, category,
* decoration reference, display texts, icon, change list, parts list, and behavior flags.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | Unique identifier for this change list info entry. | Category: B1CityEditChangeListInfo |
| ListKey | FString | Key used to group this entry within its list. | Category: B1CityEditChangeListInfo |
| CategoryType | FName | Category type name this entry belongs to. | Category: B1CityEditChangeListInfo |
| DecorationId | FName | Decoration ID associated with this change list entry. | Category: B1CityEditChangeListInfo |
| DisplayNameTextId | FString | Localized display name text identifier for this entry. | Category: B1CityEditChangeListInfo StringTableKey: Id |
| TooltipTextId | FString | Localized tooltip text identifier for this entry. | Category: B1CityEditChangeListInfo StringTableKey: Id |
| IconTexture | TSoftObjectPtr | Soft reference to the icon texture displayed for this entry. | Category: B1CityEditChangeListInfo |
| ChangeList | TArray | List of city edit change entries (mesh and material overrides) for this item. | Category: B1CityEditChangeListInfo |
| PartsList | TArray | List of customizable parts configurations for this item. | Category: B1CityEditChangeListInfo |
| bResetMaterial | bool | Whether material overrides are reset when this entry is applied. | Category: B1CityEditChangeListInfo |
| bUseMaterial | bool | Whether material overrides are used for this entry. | Category: B1CityEditChangeListInfo |
| bSpawnCountIsolrate | bool | Whether this entry's spawn count is isolated from others. | Category: B1CityEditChangeListInfo |
| SpriteTexture | TSoftObjectPtr | Soft reference to the sprite texture associated with this entry. | Category: B1CityEditChangeListInfo |
| URL | FString | URL linked to this entry for external reference or purchase. | Category: B1CityEditChangeListInfo |
| LowQualityChangeList | TArray | Low quality mesh/season overrides per foliage quality level. Index corresponds to foliage quality setting. | Category: B1CityEditChangeListInfo |