B1StatRangeDisplayInfo
- Defines the display properties for a specific value range of a stat, including label text and color.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | The list key used to identify this range entry. | Category: B1StatRangeDisplayInfo |
| Step | int32 | The step index for ordering this range entry. | Category: B1StatRangeDisplayInfo |
| MinValue | int32 | The minimum stat value at which this range display applies. | Category: B1StatRangeDisplayInfo |
| MaxValue | int32 | The maximum stat value at which this range display applies. | Category: B1StatRangeDisplayInfo |
| DisplayNameTextId | FString | The string table key for the localized display name shown in this range. | Category: B1StatRangeDisplayInfo |
| DisplayNameTextColorId | FName | The color mapping ID used to color the display name text in this range. | Category: B1StatRangeDisplayInfo Foreign: ColorMapping.Id |