LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
ULootLockerErrorReportRequestHandler Class Reference

#include <LootLockerErrorReportRequestHandler.h>

Inheritance diagram for ULootLockerErrorReportRequestHandler:
Collaboration diagram for ULootLockerErrorReportRequestHandler:

Static Public Member Functions

static FString ReportSDKError (const FLootLockerPlayerData &PlayerData, const FLootLockerErrorReportRequest &Report, const FLootLockerSendErrorReportDelegate &OnComplete)
 Send a report about a failed LootLocker request to the dedicated error-report endpoint.
 

Member Function Documentation

◆ ReportSDKError()

static FString ULootLockerErrorReportRequestHandler::ReportSDKError ( const FLootLockerPlayerData PlayerData,
const FLootLockerErrorReportRequest Report,
const FLootLockerSendErrorReportDelegate OnComplete 
)
static

Send a report about a failed LootLocker request to the dedicated error-report endpoint.

Parameters
PlayerDataPlayer session data used to authenticate the request
ReportReport data populated from the failed request history
OnCompleteDelegate called when the request completes
Returns
A unique id for this request used to match callbacks