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

Response payload for simple asset listing. More...

#include <LootLockerAssetsRequestHandler.h>

Inheritance diagram for FLootLockerListSimpleAssetsResponse:
Collaboration diagram for FLootLockerListSimpleAssetsResponse:

Data Fields

TArray< FLootLockerSimpleAssetassets
 List of assets returned by the endpoint.
 
FLootLockerExtendedIndexBasedPagination pagination
 Pagination data for this request.
 
- 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

Response payload for simple asset listing.

Field Documentation

◆ assets

TArray<FLootLockerSimpleAsset> FLootLockerListSimpleAssetsResponse::assets

List of assets returned by the endpoint.

◆ pagination

FLootLockerExtendedIndexBasedPagination FLootLockerListSimpleAssetsResponse::pagination

Pagination data for this request.