![]() |
LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
|
Response containing catalog entries with entity-typed detail arrays and cursor-based pagination. More...
#include <LootLockerServerCatalogRequest.h>


Data Fields | |
| FLootLockerServerCatalog | Catalog |
| Information about the catalog. | |
| TArray< FLootLockerServerCatalogEntry > | Entries |
| The catalog entries (items with prices) | |
| TArray< FLootLockerServerCatalogAssetDetails > | Assets_details |
| Details for catalog entries with entity_kind == Asset. | |
| TArray< FLootLockerServerCatalogProgressionPointDetails > | Progression_points_details |
| Details for catalog entries with entity_kind == Progression_Points. | |
| TArray< FLootLockerServerCatalogProgressionResetDetails > | Progression_resets_details |
| Details for catalog entries with entity_kind == Progression_Reset. | |
| TArray< FLootLockerServerCatalogCurrencyDetails > | Currency_details |
| Details for catalog entries with entity_kind == Currency. | |
| TArray< FLootLockerServerCatalogGroupDetails > | Group_details |
| Details for catalog entries with entity_kind == Group. | |
| FLootLockerServerCatalogPagination | Pagination |
| Pagination information — use Next_cursor to fetch subsequent pages. | |
Data Fields inherited from FLootLockerServerResponse | |
| bool | Success = false |
| True if the request succeeded. | |
| int | StatusCode = 0 |
| HTTP Status code from the request to LootLockers backend. | |
| FString | FullTextFromServer |
| Raw text/http body from the server response. | |
| FLootLockerServerErrorData | ErrorData |
| If this request was not a success, this structure holds all the information needed to identify the problem. | |
| FLootLockerServerRequestContext | RequestContext |
| Context information about the request. | |
Response containing catalog entries with entity-typed detail arrays and cursor-based pagination.
| TArray<FLootLockerServerCatalogAssetDetails> FLootLockerServerListCatalogPricesResponse::Assets_details |
Details for catalog entries with entity_kind == Asset.
| FLootLockerServerCatalog FLootLockerServerListCatalogPricesResponse::Catalog |
Information about the catalog.
| TArray<FLootLockerServerCatalogCurrencyDetails> FLootLockerServerListCatalogPricesResponse::Currency_details |
Details for catalog entries with entity_kind == Currency.
| TArray<FLootLockerServerCatalogEntry> FLootLockerServerListCatalogPricesResponse::Entries |
The catalog entries (items with prices)
| TArray<FLootLockerServerCatalogGroupDetails> FLootLockerServerListCatalogPricesResponse::Group_details |
Details for catalog entries with entity_kind == Group.
| FLootLockerServerCatalogPagination FLootLockerServerListCatalogPricesResponse::Pagination |
Pagination information — use Next_cursor to fetch subsequent pages.
| TArray<FLootLockerServerCatalogProgressionPointDetails> FLootLockerServerListCatalogPricesResponse::Progression_points_details |
Details for catalog entries with entity_kind == Progression_Points.
| TArray<FLootLockerServerCatalogProgressionResetDetails> FLootLockerServerListCatalogPricesResponse::Progression_resets_details |
Details for catalog entries with entity_kind == Progression_Reset.