B1CollectionCategoryTableRow
- Table row defining a collection category used in the encyclopedia system.
* Stores display name, icon, background, and associated scripts for this category.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CollectionType | EB1CollectionType | Collection type this category belongs to (Collect, Craft, or Information). | Category: B1CollectionCategoryTableRow |
| CategoryNameTextId | FString | String table key for the localized category name. | Category: B1CollectionCategoryTableRow StringTableKey: Id |
| CategoryIconId | FName | Icon image ID for this category. | Category: B1CollectionCategoryTableRow Foreign: B1Texture2D.Id |
| CategoryBgColorId | FName | Background color ID for this category. | Category: B1CollectionCategoryTableRow Foreign: ColorMapping.Id |
| CategoryBgImageId | FName | Background image ID for this category. | Category: B1CollectionCategoryTableRow Foreign: B1Texture2D.Id |
| bShowRack | bool | Whether to show the display rack for this category. | Category: B1CollectionCategoryTableRow Foreign: B1Texture2D.Id |
| CategoryDescriptionTextId | FString | String table key for the localized category description. | Category: B1CollectionCategoryTableRow StringTableKey: Id |
| CollectCompleteScriptIds | TArray | Script IDs to execute when collection for this category is completed. | Category: B1CollectionCategoryTableRow Foreign: Script_Collection.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |