B1PocketMarketShoppingCategoryTableRow
- Table row defining a shopping category in the pocket market, including its title, icon, discount rules, and item list.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DiscountId | FName | The discount configuration ID associated with this shopping category. | Category: B1PocketMarketShoppingCategoryTableRow Foreign: PocketMarketShoppingDiscount.Id |
| TitleTextId | FString | The text ID for the category title displayed in the UI. | Category: B1PocketMarketShoppingCategoryTableRow StringTableKey: Id |
| SubTitleTextId | FString | The text ID for the category subtitle displayed in the UI. | Category: B1PocketMarketShoppingCategoryTableRow StringTableKey: Id |
| ItemSubTitleTextId | FString | The text ID for the item subtitle displayed in the item list. | Category: B1PocketMarketShoppingCategoryTableRow |
| Icon | TSoftObjectPtr | The icon asset representing this shopping category. | Category: B1PocketMarketShoppingCategoryTableRow |
| TabType | EB1PocketMarketTabType | The pocket market tab that this category belongs to. | Category: B1PocketMarketShoppingCategoryTableRow |
| ItemDatas | TArray | The list of shopping items available in this category. | Category: B1PocketMarketShoppingCategoryTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoPocket
- EB1PocketMarketTabType
- PocketMarketShoppingCategory Data Guide
- PocketMarketShoppingDiscount Data Guide
- FB1PocketMarketGradeData
- FB1PocketMarketGradeInfo
- FB1PocketMarketPurchasedShoppingItem
- FB1PocketMarketPurchasedShoppingItemVM
- FB1PocketMarketQualityPriceRatioRange
- FB1PocketMarketSellItem
- FB1PocketMarketSellItemVM
- FB1PocketMarketSellWidgetVM
- FB1PocketMarketShoppingDiscountData