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

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

#include <LootLockerServerCatalogRequest.h>

Inheritance diagram for FLootLockerServerCatalogEntry:
Collaboration diagram for FLootLockerServerCatalogEntry:

Data Fields

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

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

Field Documentation

◆ Catalog_listing_id

FString FLootLockerServerCatalogEntry::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 Entity_kind.

◆ Created_at

FString FLootLockerServerCatalogEntry::Created_at

The time when this catalog entry was created.

◆ Entity_id

FString FLootLockerServerCatalogEntry::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 FLootLockerServerCatalogEntry::Entity_name

The name of this entity.

◆ Listings

FLootLockerServerCatalogEntryListings FLootLockerServerCatalogEntry::Listings

All the listings configured for this catalog entry.

◆ Non_refundable

bool FLootLockerServerCatalogEntry::Non_refundable = false

Whether this entry is refundable.

If false, purchases of this entry cannot be refunded.

◆ Prices

TArray<FLootLockerServerCatalogEntryPrice> FLootLockerServerCatalogEntry::Prices

A list of prices for this catalog entry.

◆ Purchasable

bool FLootLockerServerCatalogEntry::Purchasable = false

Whether this entry is currently purchasable.