![]() |
LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
|
#include <LootLockerServerLeaderboardRequest.h>


Data Fields | |
| int | Id = 0 |
| The unique ID of this manual reset request. | |
| int | Leaderboard_id = 0 |
| The ID of the leaderboard this reset belongs to. | |
| int | Game_id = 0 |
| The ID of the game this reset belongs to. | |
| FString | Name = "" |
| Optional human-readable name for this reset request. | |
| FString | Status = "" |
| The current processing status of this reset (pending, processing, completed, failed). | |
| FString | Scheduled_for = "" |
| The UTC time at which this reset is scheduled to be processed (ISO 8601). | |
| FString | Requested_at = "" |
| The UTC time at which this reset was requested (ISO 8601). | |
| FString | Processed_at = "" |
| The UTC time at which this reset was processed (ISO 8601). | |
| FString | Error_message = "" |
| Error message if the reset failed. | |
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. | |
| FString FLootLockerServerManualLeaderboardResetResponse::Error_message = "" |
Error message if the reset failed.
Empty if not failed.
| int FLootLockerServerManualLeaderboardResetResponse::Game_id = 0 |
The ID of the game this reset belongs to.
| int FLootLockerServerManualLeaderboardResetResponse::Id = 0 |
The unique ID of this manual reset request.
| int FLootLockerServerManualLeaderboardResetResponse::Leaderboard_id = 0 |
The ID of the leaderboard this reset belongs to.
| FString FLootLockerServerManualLeaderboardResetResponse::Name = "" |
Optional human-readable name for this reset request.
| FString FLootLockerServerManualLeaderboardResetResponse::Processed_at = "" |
The UTC time at which this reset was processed (ISO 8601).
Empty if not yet processed.
| FString FLootLockerServerManualLeaderboardResetResponse::Requested_at = "" |
The UTC time at which this reset was requested (ISO 8601).
| FString FLootLockerServerManualLeaderboardResetResponse::Scheduled_for = "" |
The UTC time at which this reset is scheduled to be processed (ISO 8601).
| FString FLootLockerServerManualLeaderboardResetResponse::Status = "" |
The current processing status of this reset (pending, processing, completed, failed).