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

Response containing catalog entries with entity-typed detail arrays and cursor-based pagination. More...

#include <LootLockerServerCatalogRequest.h>

Inheritance diagram for FLootLockerServerListCatalogPricesResponse:
Collaboration diagram for FLootLockerServerListCatalogPricesResponse:

Data Fields

FLootLockerServerCatalog Catalog
 Information about the catalog.
 
TArray< FLootLockerServerCatalogEntryEntries
 The catalog entries (items with prices)
 
TArray< FLootLockerServerCatalogAssetDetailsAssets_details
 Details for catalog entries with entity_kind == Asset.
 
TArray< FLootLockerServerCatalogProgressionPointDetailsProgression_points_details
 Details for catalog entries with entity_kind == Progression_Points.
 
TArray< FLootLockerServerCatalogProgressionResetDetailsProgression_resets_details
 Details for catalog entries with entity_kind == Progression_Reset.
 
TArray< FLootLockerServerCatalogCurrencyDetailsCurrency_details
 Details for catalog entries with entity_kind == Currency.
 
TArray< FLootLockerServerCatalogGroupDetailsGroup_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.
 

Detailed Description

Response containing catalog entries with entity-typed detail arrays and cursor-based pagination.

Field Documentation

◆ Assets_details

TArray<FLootLockerServerCatalogAssetDetails> FLootLockerServerListCatalogPricesResponse::Assets_details

Details for catalog entries with entity_kind == Asset.

◆ Catalog

FLootLockerServerCatalog FLootLockerServerListCatalogPricesResponse::Catalog

Information about the catalog.

◆ Currency_details

TArray<FLootLockerServerCatalogCurrencyDetails> FLootLockerServerListCatalogPricesResponse::Currency_details

Details for catalog entries with entity_kind == Currency.

◆ Entries

TArray<FLootLockerServerCatalogEntry> FLootLockerServerListCatalogPricesResponse::Entries

The catalog entries (items with prices)

◆ Group_details

TArray<FLootLockerServerCatalogGroupDetails> FLootLockerServerListCatalogPricesResponse::Group_details

Details for catalog entries with entity_kind == Group.

◆ Pagination

FLootLockerServerCatalogPagination FLootLockerServerListCatalogPricesResponse::Pagination

Pagination information — use Next_cursor to fetch subsequent pages.

◆ Progression_points_details

TArray<FLootLockerServerCatalogProgressionPointDetails> FLootLockerServerListCatalogPricesResponse::Progression_points_details

Details for catalog entries with entity_kind == Progression_Points.

◆ Progression_resets_details

TArray<FLootLockerServerCatalogProgressionResetDetails> FLootLockerServerListCatalogPricesResponse::Progression_resets_details

Details for catalog entries with entity_kind == Progression_Reset.