B1MissionTabTableRow
Table for entering data by mission tab type.
| Property | Type | Description | Metadata |
|---|---|---|---|
| NameTextId | FString | String table key for the localized mission tab name. | Category: B1MissionTabTableRow StringTableKey: Id |
| IconId | FName | Texture icon ID displayed for this mission tab. | Category: B1MissionTabTableRow Foreign: B1Texture2D.Id |
| QuestCategoryIds | TArray | Quest category IDs classified under this mission tab. * TODO: School and Freelance quest category IDs are still managed by their respective DataAssets. * Migrate them to this field and remove the DataAsset-specific classification logic. | Category: B1MissionTabTableRow Foreign: QuestCategory.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |