|
PICO Unreal Platform SDK
|
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_UserArray * | GetInvitedUsersOptional () |
| Users invited to the challenge, which might be null. Should check if it is null before use. | |
| UPico_Leaderboard * | GetLeaderboard () |
| The info about the leaderboard that the challenge associated with. | |
| UPico_UserArray * | GetParticipantsOptional () |
| Participants of the challenge, which might be null. Should check if it is null before use. | |
UPico_Challenge class.