B1ConditionTooltipData
- Structure that defines condition-based tooltip data.
* Maps a specific condition to a tooltip text ID for display in the UI.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Key used to identify this tooltip data entry in lists. | Category: B1ConditionTooltipData |
| Condition | FB1Condition | The condition that triggers this tooltip. | Category: B1ConditionTooltipData |
| TooltipTextId | FString | Text ID for the tooltip displayed when this condition is met. | Category: B1ConditionTooltipData StringTableKey: Id |