![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
#include <LootLockerServerLeaderboardArchiveRequestHandler.h>
Data Fields | |
| FString | name |
| The name of the Player. | |
| FString | public_uid |
| The Public UID of the Player. | |
| int | id = 0 |
| The ID of the Player. | |
| FString | player_ulid |
| The ULID of the Player. | |
| int FLootLockerServerLeaderboardArchivePlayer::id = 0 |
The ID of the Player.
| FString FLootLockerServerLeaderboardArchivePlayer::name |
The name of the Player.
| FString FLootLockerServerLeaderboardArchivePlayer::player_ulid |
The ULID of the Player.
| FString FLootLockerServerLeaderboardArchivePlayer::public_uid |
The Public UID of the Player.