FOvrChallengeOptions
()
|
Signature
FOvrChallengeOptions::FOvrChallengeOptions() |
Description
: FString |
The description of the challenge that can be retrieved with field FOvrChallenge::Description.
Signature
FString FOvrChallengeOptions::Description |
EndDate
: FDateTime |
The timestamp when this challenge ends which can be retrieved with field FOvrChallenge::EndDate.
Signature
FDateTime FOvrChallengeOptions::EndDate |
IncludeActiveChallenges
: bool |
This indicates whether to include challenges that are currently active.
Signature
bool FOvrChallengeOptions::IncludeActiveChallenges |
IncludeFutureChallenges
: bool |
This indicates whether to include challenges that have not yet started.
Signature
bool FOvrChallengeOptions::IncludeFutureChallenges |
IncludePastChallenges
: bool |
This indicates whether to include challenges that have already ended.
Signature
bool FOvrChallengeOptions::IncludePastChallenges |
LeaderboardName
: FString |
Optional: Only find challenges belonging to this leaderboard.
Signature
FString FOvrChallengeOptions::LeaderboardName |
StartDate
: FDateTime |
The timestamp when this challenge starts which can be retrieved with field FOvrChallenge::StartDate.
Signature
FDateTime FOvrChallengeOptions::StartDate |
Title
: FString |
The title of the challenge that can be retrieved with field FOvrChallenge::Title.
Signature
FString FOvrChallengeOptions::Title |
ViewerFilter
: EOvrChallengeViewerFilter |
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.
Signature
EOvrChallengeViewerFilter FOvrChallengeOptions::ViewerFilter |
Visibility
: EOvrChallengeVisibility |
Specifies who can see and participate in this challenge. It can be retrieved with field FOvrChallenge::Visibility.
Signature
EOvrChallengeVisibility FOvrChallengeOptions::Visibility |