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

Response payload for simple asset listing. More...

#include <LootLockerServerAssetRequest.h>

Inheritance diagram for FLootLockerServerListAssetsResponse:
Collaboration diagram for FLootLockerServerListAssetsResponse:

Data Fields

TArray< FLootLockerServerSimpleAssetassets
 List of assets returned for this specific request, in accordance with the supplied pagination and filtering option options.
 
FLootLockerServerExtendedIndexBasedPagination pagination
 Pagination information for the returned asset list.
 
- 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 payload for simple asset listing.

Field Documentation

◆ assets

TArray<FLootLockerServerSimpleAsset> FLootLockerServerListAssetsResponse::assets

List of assets returned for this specific request, in accordance with the supplied pagination and filtering option options.

◆ pagination

FLootLockerServerExtendedIndexBasedPagination FLootLockerServerListAssetsResponse::pagination

Pagination information for the returned asset list.