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

Represents a single purchasable item in a catalog, including its entity type, prices, platform store listings, purchasability flag, and unique catalog listing identifier. More...

#include <LootLockerCatalogRequestHandler.h>

Inheritance diagram for FLootLockerCatalogEntry:
Collaboration diagram for FLootLockerCatalogEntry:

Data Fields

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

Represents a single purchasable item in a catalog, including its entity type, prices, platform store listings, purchasability flag, and unique catalog listing identifier.

Field Documentation

◆ Catalog_listing_id

FString FLootLockerCatalogEntry::Catalog_listing_id = ""

A unique listing id for this entry in this catalog, grouping the entity and the prices.

This is the key you use to look up details about the entity in the structure signified by the entity_kind.

◆ Created_at

FString FLootLockerCatalogEntry::Created_at = ""

The time when this catalog entry was created.

◆ Entity_id

FString FLootLockerCatalogEntry::Entity_id = ""

The unique id of the entity that this entry refers to.

◆ Entity_kind

The kind of entity that this entry is.

This signifies in which lookup structure to find the details of this entry by using the Catalog_listing_id.

◆ Entity_name

FString FLootLockerCatalogEntry::Entity_name = ""

The name of this entity.

◆ Listings

FLootLockerCatalogEntryListings FLootLockerCatalogEntry::Listings

All the listings configured for this catalog entry.

◆ Non_refundable

bool FLootLockerCatalogEntry::Non_refundable = false

Whether this entry is refundable.

If false, purchases of this entry cannot be refunded.

◆ Prices

TArray<FLootLockerCatalogEntryPrice> FLootLockerCatalogEntry::Prices

A list of prices for this catalog entry.

◆ Purchasable

bool FLootLockerCatalogEntry::Purchasable = false

Whether this entry is currently purchasable.