![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
A Convenience type to use when you need inlined catalog items. More...
#include <LootLockerCatalogRequestHandler.h>


Public Member Functions | |
| FLootLockerInlinedCatalogEntry () | |
| FLootLockerInlinedCatalogEntry (const FLootLockerCatalogEntry &Entry, const FLootLockerListCatalogPricesResponse &CatalogListing) | |
| FLootLockerInlinedCatalogEntry (const FLootLockerCatalogEntry &Entry, const FLootLockerListCatalogPricesV2Response &CatalogListing) | |
Data Fields | |
| FLootLockerAssetDetails | AssetDetails |
| Asset details inlined for this catalog entry, will be Empty if the entity_kind is not asset. | |
| TArray< FLootLockerAssetDetails > | OptionalAssetDetailVariants |
| This is a list of potentially matching asset details for this catalog entry, in case there are multiple variations / rental options Asset Variations and Rental Options are deprecated features, this is added for backward compatibility only. | |
| FLootLockerProgressionPointDetails | ProgressionPointDetails |
| Progression point details inlined for this catalog entry, will be Empty if the entity_kind is not progression_points. | |
| FLootLockerProgressionResetDetails | ProgressionResetDetails |
| Progression reset details inlined for this catalog entry, will be Empty if the entity_kind is not progression_reset. | |
| FLootLockerCurrencyDetails | CurrencyDetails |
| Currency details inlined for this catalog entry, will be Empty if the entity_kind is not currency. | |
| FLootLockerInlinedGroupDetails | GroupDetails |
| Group details inlined for this catalog entry, will be Empty if the entity_kind is not group. | |
Data Fields inherited from FLootLockerCatalogEntry | |
| FString | Created_at = "" |
| The time when this catalog entry was created. | |
| ELootLockerCatalogEntryEntityKind | Entity_kind = ELootLockerCatalogEntryEntityKind::Asset |
| The kind of entity that this entry is. | |
| FLootLockerCatalogEntryListings | Listings |
| All the listings configured for this catalog entry. | |
| FString | Entity_name = "" |
| The name of this entity. | |
| TArray< FLootLockerCatalogEntryPrice > | Prices |
| A list of prices for this catalog entry. | |
| FString | Entity_id = "" |
| The unique id of the entity that this entry refers to. | |
| FString | Catalog_listing_id = "" |
| A unique listing id for this entry in this catalog, grouping the entity and the prices. | |
| bool | Purchasable = false |
| Whether this entry is currently purchasable. | |
| bool | Non_refundable = false |
| Whether this entry is refundable. | |
A Convenience type to use when you need inlined catalog items.
|
inline |
| FLootLockerInlinedCatalogEntry::FLootLockerInlinedCatalogEntry | ( | const FLootLockerCatalogEntry & | Entry, |
| const FLootLockerListCatalogPricesResponse & | CatalogListing | ||
| ) |
| FLootLockerInlinedCatalogEntry::FLootLockerInlinedCatalogEntry | ( | const FLootLockerCatalogEntry & | Entry, |
| const FLootLockerListCatalogPricesV2Response & | CatalogListing | ||
| ) |
| FLootLockerAssetDetails FLootLockerInlinedCatalogEntry::AssetDetails |
Asset details inlined for this catalog entry, will be Empty if the entity_kind is not asset.
| FLootLockerCurrencyDetails FLootLockerInlinedCatalogEntry::CurrencyDetails |
Currency details inlined for this catalog entry, will be Empty if the entity_kind is not currency.
| FLootLockerInlinedGroupDetails FLootLockerInlinedCatalogEntry::GroupDetails |
Group details inlined for this catalog entry, will be Empty if the entity_kind is not group.
| TArray<FLootLockerAssetDetails> FLootLockerInlinedCatalogEntry::OptionalAssetDetailVariants |
This is a list of potentially matching asset details for this catalog entry, in case there are multiple variations / rental options Asset Variations and Rental Options are deprecated features, this is added for backward compatibility only.
| FLootLockerProgressionPointDetails FLootLockerInlinedCatalogEntry::ProgressionPointDetails |
Progression point details inlined for this catalog entry, will be Empty if the entity_kind is not progression_points.
| FLootLockerProgressionResetDetails FLootLockerInlinedCatalogEntry::ProgressionResetDetails |
Progression reset details inlined for this catalog entry, will be Empty if the entity_kind is not progression_reset.