B1MilestoneDisplayData
- Structure that holds display data for a milestone entry.
* Contains text IDs for title, description, and quest condition, plus color and icon references.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | Text ID for the milestone title. | Category: B1MilestoneDisplayData StringTableKey: Id |
| DescTextId | FString | Text ID for the milestone description. | Category: B1MilestoneDisplayData StringTableKey: Id |
| QuestTextId | FString | Text ID for the milestone achievement condition. | Category: B1MilestoneDisplayData StringTableKey: Id |
| ColorId | FName | Color mapping ID used to display the milestone. | Category: Display Foreign: ColorMapping.Id |
| ImageId | FName | Image texture ID representing the milestone. | Category: B1MilestoneDisplayData Foreign: B1Texture2D.Id |