B1StatDisplayInfo
- Holds all display-related data for a stat, including localized name, description, icon, and range display entries.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayNameTextId | FString | The string table key for the localized display name of this stat. | Category: B1StatDisplayInfo |
| DescTextId | FString | The string table key for the localized description of this stat. | Category: B1StatDisplayInfo |
| Icon | TSoftObjectPtr | The icon asset used to represent this stat in the UI. | Category: B1StatDisplayInfo |
| RangeDisplayInfoList | TArray | The list of range-specific display configurations for this stat. | Category: B1StatDisplayInfo |