LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerListCatalogItemsByIdEntry Struct Reference

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

#include <LootLockerServerCatalogRequest.h>

Inheritance diagram for FLootLockerServerListCatalogItemsByIdEntry:
Collaboration diagram for FLootLockerServerListCatalogItemsByIdEntry:

Data Fields

FLootLockerServerCatalogAssetDetails Asset_detail
 
FLootLockerServerCatalogCurrencyDetails Currency_detail
 
FLootLockerServerCatalogProgressionPointDetails Progression_point_detail
 
FLootLockerServerCatalogProgressionResetDetails Progression_reset_detail
 
FLootLockerServerInlinedGroupDetailsWithAssociations Group_detail
 
TArray< FLootLockerServerMetadataEntryMetadata
 
- Data Fields inherited from FLootLockerServerCatalogEntry
FString Created_at
 The time when this catalog entry was created.
 
ELootLockerServerCatalogEntryEntityKind Entity_kind = ELootLockerServerCatalogEntryEntityKind::Asset
 The kind of entity that this entry is.
 
FLootLockerServerCatalogEntryListings Listings
 All the listings configured for this catalog entry.
 
FString Entity_name
 The name of this entity.
 
TArray< FLootLockerServerCatalogEntryPricePrices
 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.

Field Documentation

◆ Asset_detail

FLootLockerServerCatalogAssetDetails FLootLockerServerListCatalogItemsByIdEntry::Asset_detail

◆ Currency_detail

FLootLockerServerCatalogCurrencyDetails FLootLockerServerListCatalogItemsByIdEntry::Currency_detail

◆ Group_detail

FLootLockerServerInlinedGroupDetailsWithAssociations FLootLockerServerListCatalogItemsByIdEntry::Group_detail

◆ Metadata

TArray<FLootLockerServerMetadataEntry> FLootLockerServerListCatalogItemsByIdEntry::Metadata

◆ Progression_point_detail

FLootLockerServerCatalogProgressionPointDetails FLootLockerServerListCatalogItemsByIdEntry::Progression_point_detail

◆ Progression_reset_detail

FLootLockerServerCatalogProgressionResetDetails FLootLockerServerListCatalogItemsByIdEntry::Progression_reset_detail