LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerLeaderboardArchivePlayer Struct Reference

#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.
 

Field Documentation

◆ id

int FLootLockerServerLeaderboardArchivePlayer::id = 0

The ID of the Player.

◆ name

FString FLootLockerServerLeaderboardArchivePlayer::name

The name of the Player.

◆ player_ulid

FString FLootLockerServerLeaderboardArchivePlayer::player_ulid

The ULID of the Player.

◆ public_uid

FString FLootLockerServerLeaderboardArchivePlayer::public_uid

The Public UID of the Player.