PICO Unreal Platform SDK
|
Representation of a single row in a retrieved leaderboard. Similar to FOnlineStatsRow
.
More...
#include <OnlineSubsystemPicoNames.h>
Public Attributes | |
FString | NickName |
FString | PlayerId |
int32 | Rank |
TMap< FName, FVariantDataPico > | Columns |
Representation of a single row in a retrieved leaderboard. Similar to FOnlineStatsRow
.
TMap<FName, FVariantDataPico> Columns |
All requested data on the leaderboard for this player
FString NickName |
Name of the player in this row. It will be the result of ppf_User_GetDisplayName
FString PlayerId |
Unique ID for the player in this row
int32 Rank |
Player's rank in this leaderboard