📘 PocketMarketShoppingCategory Data Guide
🧩 Struct: FB1PocketMarketShoppingCategoryTableRow
Defines a shopping category in the Pocket Market system, including discount links and visual UI data.
Properties
- Id (
FName): Unique identifier for this category. - DiscountId (
FName): Discount rule applied to items in this category. (Foreign = "PocketMarketShoppingDiscount.Id") - TitleTextId (
FString): Main category name in the UI. (StringTableKey = "Id") - SubTitleTextId (
FString): Optional subtitle text shown in UI. (StringTableKey = "Id") - ItemSubTitleTextId (
FString): Subtitle text applied to each item in the category. (StringTableKey) - Icon (
TSoftObjectPtr<UObject>): Icon shown for this category in the UI. (AllowedClasses = Texture2D, SlateTextureAtlasInterface) - TabType (
EB1PocketMarketTabType): Tab type this category appears under. - ItemDatas (
TArray<FB1PocketMarketShoppingItemData>): List of items sold in this category.
📚 References
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoPocket
- EB1PocketMarketTabType
- PocketMarketShoppingDiscount Data Guide
- FB1PocketMarketGradeData
- FB1PocketMarketGradeInfo
- FB1PocketMarketPurchasedShoppingItem
- FB1PocketMarketPurchasedShoppingItemVM
- FB1PocketMarketQualityPriceRatioRange
- FB1PocketMarketSellItem
- FB1PocketMarketSellItemVM
- FB1PocketMarketSellWidgetVM
- FB1PocketMarketShoppingCategoryTableRow
- FB1PocketMarketShoppingDiscountData