LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerInlinedCatalogEntry Struct Reference

A Convenience type to use when you need inlined catalog items. More...

#include <LootLockerCatalogRequestHandler.h>

Inheritance diagram for FLootLockerInlinedCatalogEntry:
Collaboration diagram for FLootLockerInlinedCatalogEntry:

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< FLootLockerAssetDetailsOptionalAssetDetailVariants
 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< FLootLockerCatalogEntryPricePrices
 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.
 

Detailed Description

A Convenience type to use when you need inlined catalog items.

Constructor & Destructor Documentation

◆ FLootLockerInlinedCatalogEntry() [1/3]

FLootLockerInlinedCatalogEntry::FLootLockerInlinedCatalogEntry ( )
inline

◆ FLootLockerInlinedCatalogEntry() [2/3]

FLootLockerInlinedCatalogEntry::FLootLockerInlinedCatalogEntry ( const FLootLockerCatalogEntry Entry,
const FLootLockerListCatalogPricesResponse CatalogListing 
)

◆ FLootLockerInlinedCatalogEntry() [3/3]

FLootLockerInlinedCatalogEntry::FLootLockerInlinedCatalogEntry ( const FLootLockerCatalogEntry Entry,
const FLootLockerListCatalogPricesV2Response CatalogListing 
)

Field Documentation

◆ AssetDetails

FLootLockerAssetDetails FLootLockerInlinedCatalogEntry::AssetDetails

Asset details inlined for this catalog entry, will be Empty if the entity_kind is not asset.

◆ CurrencyDetails

FLootLockerCurrencyDetails FLootLockerInlinedCatalogEntry::CurrencyDetails

Currency details inlined for this catalog entry, will be Empty if the entity_kind is not currency.

◆ GroupDetails

FLootLockerInlinedGroupDetails FLootLockerInlinedCatalogEntry::GroupDetails

Group details inlined for this catalog entry, will be Empty if the entity_kind is not group.

◆ OptionalAssetDetailVariants

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.

◆ ProgressionPointDetails

FLootLockerProgressionPointDetails FLootLockerInlinedCatalogEntry::ProgressionPointDetails

Progression point details inlined for this catalog entry, will be Empty if the entity_kind is not progression_points.

◆ ProgressionResetDetails

FLootLockerProgressionResetDetails FLootLockerInlinedCatalogEntry::ProgressionResetDetails

Progression reset details inlined for this catalog entry, will be Empty if the entity_kind is not progression_reset.