PICO Unreal Platform SDK
UPico_Challenge Class Reference

UPico_Challenge class. More...

#include <Pico_Challenges.h>

Public Member Functions

EChallengeCreationType GetCreationType ()
 The creator of the challenge.
 
FDateTime GetEndDateTime ()
 Challenge's end date.
 
FDateTime GetStartDateTime ()
 Challenge's start date.
 
FString GetEndDate ()
 Challenge's end date(as string).
 
FString GetStartDate ()
 Challenge's start date(as string).
 
FString GetID ()
 Challenge ID.
 
FString GetTitle ()
 Challenge's title.
 
EChallengeVisibility GetVisibility ()
 Challenge's visibility.
 
UPico_UserArrayGetInvitedUsersOptional ()
 Users invited to the challenge, which might be null. Should check if it is null before use.
 
UPico_LeaderboardGetLeaderboard ()
 The info about the leaderboard that the challenge associated with.
 
UPico_UserArrayGetParticipantsOptional ()
 Participants of the challenge, which might be null. Should check if it is null before use.
 

Detailed Description