PICO Unreal Platform SDK
UPico_ChallengeEntry Class Reference

UPico_ChallengeEntry class. More...

#include <Pico_Challenges.h>

Public Member Functions

FString GetDisplayScore ()
 The entry's display score.
 
TArray< uint8 > GetExtraData ()
 The entry's additional info, no more than 2KB.
 
FString GetExtraDataString ()
 The entry's additional info (as string)
 
FString GetID ()
 The ID of the challenge that the entry belongs to.
 
int32 GetRank ()
 The rank of the entry.
 
int64 GetScore ()
 The score of the entry.
 
FDateTime GetTimestamp ()
 The time when the entry was written.
 
UPico_UserGetUser ()
 The user the entry belongs to.
 

Detailed Description