B1PocketMarketShoppingItemData
- Defines a single shopping item available in the pocket market, including its object reference, price, and gift box settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | The unique ID referencing the service or object data for this item. | Category: B1PocketMarketShoppingItemData |
| bIsService | bool | Whether this shopping item is a service rather than a physical object. | Category: B1PocketMarketShoppingItemData |
| CarriableObjectType | EB1CarriableObjectType | The carriable object type classification for this item. | Category: B1PocketMarketShoppingItemData |
| ServicePrice | int64 | The price of the item when purchased as a service. | Category: B1PocketMarketShoppingItemData |
| GiftBoxObjectId | FName | The ID of the gift box object associated with this item. | Category: B1PocketMarketShoppingItemData Foreign: Object.Id |
| ConditionId | FName | The condition ID that must be met for this item to be available. | Category: B1PocketMarketShoppingItemData Foreign: Condition_Store.Id |
| OverrideTextId | FString | An override text ID used instead of the default item name in the UI. | Category: B1PocketMarketShoppingItemData |
| OverrideIcon | TSoftObjectPtr | An override icon asset used instead of the default item icon in the UI. | Category: B1PocketMarketShoppingItemData |
| Count | int32 | The quantity of this item included in the shopping listing. | Category: B1PocketMarketShoppingItemData |
| ConditionFailReasonTextIds | TMap | Tooltip text IDs shown when a service item fails its condition check; key is the EB1ConditionType name and value is the text ID to display on failure. | Category: B1PocketMarketShoppingItemData |
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
- FB1PocketMarketShoppingCategoryTableRow