LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerListCatalogItemsByIdEntry Struct Reference

A catalog entry with entity details inlined directly. More...

#include <LootLockerCatalogRequestHandler.h>

Inheritance diagram for FLootLockerListCatalogItemsByIdEntry:
Collaboration diagram for FLootLockerListCatalogItemsByIdEntry:

Data Fields

FLootLockerAssetDetails Asset_detail
 Asset details inlined, non-null when entity_kind is asset.
 
FLootLockerCurrencyDetails Currency_detail
 Currency details inlined, non-null when entity_kind is currency.
 
FLootLockerProgressionPointDetails Progression_point_detail
 Progression point details inlined, non-null when entity_kind is progression_points.
 
FLootLockerProgressionResetDetails Progression_reset_detail
 Progression reset details inlined, non-null when entity_kind is progression_reset.
 
FLootLockerInlinedGroupDetailsWithAssociations Group_detail
 Group details inlined, non-null when entity_kind is group.
 
TArray< FLootLockerMetadataEntryMetadata
 Metadata entries.
 
- 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 catalog entry with entity details inlined directly.

Used by the ListCatalogItemsById endpoint.

Field Documentation

◆ Asset_detail

FLootLockerAssetDetails FLootLockerListCatalogItemsByIdEntry::Asset_detail

Asset details inlined, non-null when entity_kind is asset.

◆ Currency_detail

FLootLockerCurrencyDetails FLootLockerListCatalogItemsByIdEntry::Currency_detail

Currency details inlined, non-null when entity_kind is currency.

◆ Group_detail

FLootLockerInlinedGroupDetailsWithAssociations FLootLockerListCatalogItemsByIdEntry::Group_detail

Group details inlined, non-null when entity_kind is group.

◆ Metadata

TArray<FLootLockerMetadataEntry> FLootLockerListCatalogItemsByIdEntry::Metadata

Metadata entries.

Populated when includes.metadata is set.

◆ Progression_point_detail

FLootLockerProgressionPointDetails FLootLockerListCatalogItemsByIdEntry::Progression_point_detail

Progression point details inlined, non-null when entity_kind is progression_points.

◆ Progression_reset_detail

FLootLockerProgressionResetDetails FLootLockerListCatalogItemsByIdEntry::Progression_reset_detail

Progression reset details inlined, non-null when entity_kind is progression_reset.