![]() |
LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
|
A catalog entry with entity details inlined directly. More...
#include <LootLockerCatalogRequestHandler.h>


Data Fields | |
| FLootLockerAssetDetails | Asset_detail |
| Asset details inlined, non-null when entity_kind is asset. | |
| FLootLockerCurrencyDetails | Currency_detail |
| Currency details inlined, non-null when entity_kind is currency. | |
| FLootLockerProgressionPointDetails | Progression_point_detail |
| Progression point details inlined, non-null when entity_kind is progression_points. | |
| FLootLockerProgressionResetDetails | Progression_reset_detail |
| Progression reset details inlined, non-null when entity_kind is progression_reset. | |
| FLootLockerInlinedGroupDetailsWithAssociations | Group_detail |
| Group details inlined, non-null when entity_kind is group. | |
| TArray< FLootLockerMetadataEntry > | Metadata |
| Metadata entries. | |
Data Fields inherited from FLootLockerCatalogEntry | |
| 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. | |
A catalog entry with entity details inlined directly.
Used by the ListCatalogItemsById endpoint.
| FLootLockerAssetDetails FLootLockerListCatalogItemsByIdEntry::Asset_detail |
Asset details inlined, non-null when entity_kind is asset.
| FLootLockerCurrencyDetails FLootLockerListCatalogItemsByIdEntry::Currency_detail |
Currency details inlined, non-null when entity_kind is currency.
| FLootLockerInlinedGroupDetailsWithAssociations FLootLockerListCatalogItemsByIdEntry::Group_detail |
Group details inlined, non-null when entity_kind is group.
| TArray<FLootLockerMetadataEntry> FLootLockerListCatalogItemsByIdEntry::Metadata |
Metadata entries.
Populated when includes.metadata is set.
| FLootLockerProgressionPointDetails FLootLockerListCatalogItemsByIdEntry::Progression_point_detail |
Progression point details inlined, non-null when entity_kind is progression_points.
| FLootLockerProgressionResetDetails FLootLockerListCatalogItemsByIdEntry::Progression_reset_detail |
Progression reset details inlined, non-null when entity_kind is progression_reset.