B1CollectionInformationTableRow
- Table row defining an information entry in the collection system.
* Stores category, icon, background, hint texts, and hint types for UI display.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CollectionCategoryId | FName | The collection category this information entry belongs to. | Category: B1CollectionInformationTableRow Foreign: CollectionCategory.Id |
| IconId | FName | Icon image ID for this information entry. | Category: B1CollectionInformationTableRow Foreign: B1Texture2D.Id |
| BgColorId | FName | Background color ID for this information entry. | Category: B1CollectionInformationTableRow Foreign: ColorMapping.Id |
| HintTitleTextId | FString | String table key for the localized hint title. | Category: B1CollectionInformationTableRow StringTableKey: Id |
| HintContentTextId | FString | String table key for the localized hint content text. | Category: B1CollectionInformationTableRow StringTableKey: Id |
| HintTypes | TArray | List of hint types shown for this information entry. | Category: B1CollectionInformationTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |