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

Data Fields | |
| FLootLockerLeaderboardArchivePlayer | player |
| The Player on the archived Leaderboard. | |
| FString | metadata = "" |
| Metadata if any was supplied. | |
| FString | member_id = "" |
| The Player's member ID on the Archived Leaderboard. | |
| int | rank = 0 |
| The Player's rank on the archived Leaderboard. | |
| int | score = 0 |
| The Player's Score on the archived Leaderboard. | |
| FString FLootLockerLeaderboardArchiveDetails::member_id = "" |
The Player's member ID on the Archived Leaderboard.
| FString FLootLockerLeaderboardArchiveDetails::metadata = "" |
Metadata if any was supplied.
| FLootLockerLeaderboardArchivePlayer FLootLockerLeaderboardArchiveDetails::player |
The Player on the archived Leaderboard.
| int FLootLockerLeaderboardArchiveDetails::rank = 0 |
The Player's rank on the archived Leaderboard.
| int FLootLockerLeaderboardArchiveDetails::score = 0 |
The Player's Score on the archived Leaderboard.