![]() |
LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
|
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>


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