B1CityEditStabilityTableRow
- Table row defining a stability configuration for city edit, including display texts,
* modifier infos, default slider range and value, and optional MPC parameter settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | Localized display text identifier for this stability entry. | Category: B1CityEditStabilityTableRow StringTableKey: Id |
| DescriptionTextId | FString | Localized description text identifier for this stability entry. | Category: B1CityEditStabilityTableRow StringTableKey: Id |
| ModifierInfos | TArray | List of modifier infos describing how each sub-option affects stability. | Category: B1CityEditStabilityTableRow |
| DefaultMinRate | float | Minimum rate value at the lowest slider position for this stability entry. | Category: B1CityEditStabilityTableRow |
| DefaultMaxRate | float | Maximum rate value at the highest slider position for this stability entry. | Category: B1CityEditStabilityTableRow |
| DefaultSliderValue | float | Default normalized slider value (0.0 to 1.0) when this entry is first shown. | Category: B1CityEditStabilityTableRow ClampMax: 1 ClampMin: 0 |
| bMPCType | bool | Whether this stability entry controls a Material Parameter Collection parameter. | Category: B1CityEditStabilityTableRow |
| MPCParamName | FName | Name of the Material Parameter Collection parameter this entry modifies. | Category: B1CityEditStabilityTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |