B1QuestCategoryTableRow
- Table row defining a quest category, including display text IDs, icons, and color information.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MainDisplayTextId | FString | The text ID for the main category display name. | Category: B1QuestCategoryTableRow StringTableKey: Id |
| MainCategoryIcon | TSoftObjectPtr | The icon texture for the main category. | Category: B1QuestCategoryTableRow |
| SubDisplayTextId | FString | The text ID for the sub-category display name. | Category: B1QuestCategoryTableRow |
| SubCategoryIcon | TSoftObjectPtr | The icon texture for the sub-category. | Category: B1QuestCategoryTableRow |
| CategoryColorId | FName | The color mapping ID defining the color used for this category. | Category: B1QuestCategoryTableRow Foreign: ColorMapping.Id |
| MissionToolTipId | FString | The text ID for the mission tooltip shown in the UI. | Category: B1QuestCategoryTableRow Foreign: Text_UI.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |