B1BuffDisplayInfo
- Display and UI configuration for a buff, including localized text IDs,
* icon, color mappings, and highlighting settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | String table key for the localized buff display name. | Category: B1BuffDisplayInfo |
| ReasonTextId | FString | String table key for the localized reason text shown in the UI. | Category: B1BuffDisplayInfo |
| IconId | FName | Icon texture ID for this buff. | Category: B1BuffDisplayInfo Foreign: B1Texture2D.Id |
| EmotionColorId1 | FName | Primary emotion color mapping ID used for this buff. | Category: B1BuffDisplayInfo Foreign: ColorMapping.Id |
| EmotionColorId2 | FName | Secondary emotion color mapping ID used for this buff. | Category: B1BuffDisplayInfo Foreign: ColorMapping.Id |
| HiddenFromUI | bool | If true, this buff is not shown in the player-facing UI. | Category: B1BuffDisplayInfo |
| AlarmIconMaterialId | FName | Alarm icon material ID shown when this buff triggers an alert. | Category: B1BuffDisplayInfo Foreign: B1Texture2D.Id |
| IsHighlight | bool | If true, this buff is highlighted in the emotion UI. | Category: B1BuffDisplayInfo |
| EmotionReasonTitleTextId | FString | String table key for the title text in the emotion reason tooltip. | Category: B1BuffDisplayInfo |
| EmotionReasonDescTextId | FString | String table key for the description text in the emotion reason tooltip. | Category: B1BuffDisplayInfo |