![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
#include <LootLockerLeaderboardRequestHandler.h>

Data Fields | |
| FString | Created_at = "" |
| The date the Leaderboard was created. | |
| FString | Updated_at = "" |
| The date the Leaderboard was last updated. | |
| FString | Key = "" |
| The Leaderboard's Key. | |
| FString | Direction_method = "" |
| The direction of the Leaderboard (Ascending / Descending). | |
| FString | Name = "" |
| The name of the Leaderboard. | |
| FString | Type = "" |
| The type of the Leaderboard (Player / Generic). | |
| int | Id = 0 |
| The Id of this leaderboard. | |
| FString | ulid = "" |
| The ulid of this leaderboard. | |
| bool | Overwrite_score_on_submit = false |
| Will the score be overwritten even if it was less than the original score. | |
| bool | Has_metadata = false |
| Does the Leaderboard have metadata. | |
| FLootLockerLeaderboardSchedule | Schedule |
| Schedule of the Leaderboard. | |
| TArray< FLootLockerLeaderboardReward > | Rewards |
| A List of rewards tied to the Leaderboard. | |
| FString FLootLockerLeaderboardDetails::Created_at = "" |
The date the Leaderboard was created.
| FString FLootLockerLeaderboardDetails::Direction_method = "" |
The direction of the Leaderboard (Ascending / Descending).
| bool FLootLockerLeaderboardDetails::Has_metadata = false |
Does the Leaderboard have metadata.
| int FLootLockerLeaderboardDetails::Id = 0 |
The Id of this leaderboard.
| FString FLootLockerLeaderboardDetails::Key = "" |
The Leaderboard's Key.
| FString FLootLockerLeaderboardDetails::Name = "" |
The name of the Leaderboard.
| bool FLootLockerLeaderboardDetails::Overwrite_score_on_submit = false |
Will the score be overwritten even if it was less than the original score.
| TArray<FLootLockerLeaderboardReward> FLootLockerLeaderboardDetails::Rewards |
A List of rewards tied to the Leaderboard.
| FLootLockerLeaderboardSchedule FLootLockerLeaderboardDetails::Schedule |
Schedule of the Leaderboard.
| FString FLootLockerLeaderboardDetails::Type = "" |
The type of the Leaderboard (Player / Generic).
| FString FLootLockerLeaderboardDetails::ulid = "" |
The ulid of this leaderboard.
| FString FLootLockerLeaderboardDetails::Updated_at = "" |
The date the Leaderboard was last updated.