![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
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>


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< FLootLockerCatalogEntryPrice > | Prices |
| 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. | |
Represents a single purchasable item in a catalog, including its entity type, prices, platform store listings, purchasability flag, and unique catalog listing identifier.
| 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.
| FString FLootLockerCatalogEntry::Created_at = "" |
The time when this catalog entry was created.
| FString FLootLockerCatalogEntry::Entity_id = "" |
The unique id of the entity that this entry refers to.
| ELootLockerCatalogEntryEntityKind FLootLockerCatalogEntry::Entity_kind = ELootLockerCatalogEntryEntityKind::Asset |
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.
| FString FLootLockerCatalogEntry::Entity_name = "" |
The name of this entity.
| FLootLockerCatalogEntryListings FLootLockerCatalogEntry::Listings |
All the listings configured for this catalog entry.
| bool FLootLockerCatalogEntry::Non_refundable = false |
Whether this entry is refundable.
If false, purchases of this entry cannot be refunded.
| TArray<FLootLockerCatalogEntryPrice> FLootLockerCatalogEntry::Prices |
A list of prices for this catalog entry.
| bool FLootLockerCatalogEntry::Purchasable = false |
Whether this entry is currently purchasable.