|
PICO Unreal Platform SDK
|
UPico_LeaderboardEntry class. More...
#include <Pico_Leaderboards.h>
Public Member Functions | |
| FString | GetID () |
| Entry ID. | |
| FString | GetDisplayScore () |
| The entry's display score. | |
| int32 | GetRank () |
The entry's ranking on the leaderboard. For example, returns 1 for top1. | |
| int64 | GetScore () |
| The score used to rank the entry. | |
| FPicoSupplementaryMetric | GetSupplementaryMetricOptional () |
| The supplementary metric used for tiebreakers. This field can be null. Need to check whether it is null before use. | |
| FString | GetTimestamp () |
| The time(as string) when the entry was written to the leaderboard. | |
| FDateTime | GetTimestampDateTime () |
| The time when the entry was written to the leaderboard. | |
| UPico_User * | GetUser () |
| The user the entry belongs to. | |
| FString | GetExtraDataString () |
| Additional info, no more than 2KB. | |
UPico_LeaderboardEntry class.