PICO Unreal Platform SDK
FPicoOnlineStatsRow Struct Reference

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, FVariantDataPicoColumns
 

Detailed Description

Representation of a single row in a retrieved leaderboard. Similar to FOnlineStatsRow.

Member Data Documentation

◆ Columns

TMap<FName, FVariantDataPico> Columns

All requested data on the leaderboard for this player

◆ NickName

FString NickName

Name of the player in this row. It will be the result of ppf_User_GetDisplayName

◆ PlayerId

FString PlayerId

Unique ID for the player in this row

◆ Rank

int32 Rank

Player's rank in this leaderboard