LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FInternalLootLockerListCatalogPricesResponse Struct Reference

This is what the response looks like, but we want to expose the Mapped variant. More...

#include <LootLockerCatalogRequestHandler.h>

Inheritance diagram for FInternalLootLockerListCatalogPricesResponse:
Collaboration diagram for FInternalLootLockerListCatalogPricesResponse:

Data Fields

FLootLockerCatalog Catalog
 
TArray< FLootLockerCatalogEntryEntries
 
TArray< FLootLockerAssetDetailsAssets_Details
 
TArray< FLootLockerProgressionPointDetailsProgression_Points_Details
 
TArray< FLootLockerProgressionResetDetailsProgression_Resets_Details
 
TArray< FLootLockerCurrencyDetailsCurrency_Details
 
TArray< FLootLockerGroupDetailsGroup_Details
 
FLootLockerKeyBasedPagination Pagination
 
- Data Fields inherited from FLootLockerResponse
bool success = false
 Whether this request was a success.
 
int StatusCode = 0
 HTTP Status code from the request to LootLockers backend.
 
FString FullTextFromServer = ""
 Raw text/http body from the server response.
 
FLootLockerErrorData ErrorData
 If this request was not a success, this structure holds all the information needed to identify the problem.
 
FLootLockerRequestContext Context
 Context for the request.
 

Detailed Description

This is what the response looks like, but we want to expose the Mapped variant.

Field Documentation

◆ Assets_Details

TArray<FLootLockerAssetDetails> FInternalLootLockerListCatalogPricesResponse::Assets_Details

◆ Catalog

FLootLockerCatalog FInternalLootLockerListCatalogPricesResponse::Catalog

◆ Currency_Details

TArray<FLootLockerCurrencyDetails> FInternalLootLockerListCatalogPricesResponse::Currency_Details

◆ Entries

TArray<FLootLockerCatalogEntry> FInternalLootLockerListCatalogPricesResponse::Entries

◆ Group_Details

TArray<FLootLockerGroupDetails> FInternalLootLockerListCatalogPricesResponse::Group_Details

◆ Pagination

FLootLockerKeyBasedPagination FInternalLootLockerListCatalogPricesResponse::Pagination

◆ Progression_Points_Details

TArray<FLootLockerProgressionPointDetails> FInternalLootLockerListCatalogPricesResponse::Progression_Points_Details

◆ Progression_Resets_Details

TArray<FLootLockerProgressionResetDetails> FInternalLootLockerListCatalogPricesResponse::Progression_Resets_Details