FString | Description[Get] |
FDateTime | EndDate[Get] |
bool | |
bool | |
bool | |
FString | LeaderboardName[Get] |
FDateTime | StartDate[Get] |
FString | Title[Get] |
ViewerFilter[Get] | |
Visibility[Get] |
FString FOvrChallengeOptions::Description |
---|
The description of the challenge that can be retrieved with field FOvrChallenge::Description. |
FDateTime FOvrChallengeOptions::EndDate |
---|
The timestamp when this challenge ends which can be retrieved with field FOvrChallenge::EndDate. |
bool FOvrChallengeOptions::IncludeActiveChallenges |
---|
This indicates whether to include challenges that are currently active. |
bool FOvrChallengeOptions::IncludeFutureChallenges |
---|
This indicates whether to include challenges that have not yet started. |
bool FOvrChallengeOptions::IncludePastChallenges |
---|
This indicates whether to include challenges that have already ended. |
FString FOvrChallengeOptions::LeaderboardName |
---|
Optional: Only find challenges belonging to this leaderboard. |
FDateTime FOvrChallengeOptions::StartDate |
---|
The timestamp when this challenge starts which can be retrieved with field FOvrChallenge::StartDate. |
FString FOvrChallengeOptions::Title |
---|
The title of the challenge that can be retrieved with field FOvrChallenge::Title. |
EOvrChallengeViewerFilter FOvrChallengeOptions::ViewerFilter |
---|
An enum that specifies what filter to apply to the list of returned challenges. Returns all public ((EOvrChallengeVisibility::Public)) and invite-only (EOvrChallengeVisibility::InviteOnly) FOvrChallenges in which the user is a participant or invitee. Excludes private (EOvrChallengeVisibility::Private) challenges. EOvrChallengeViewerFilter::Participating - Returns challenges the user is participating in. EOvrChallengeViewerFilter::Invited - Returns challenges the user is invited to. EOvrChallengeViewerFilter::ParticipatingOrInvited - Returns challenges the user is either participating in or invited to. |
EOvrChallengeVisibility FOvrChallengeOptions::Visibility |
---|
Specifies who can see and participate in this challenge. It can be retrieved with field FOvrChallenge::Visibility. |
FOvrChallengeOptions::FOvrChallengeOptions ( ) |
---|
No description available.
|