API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_ChallengeOptions.h File

Typedefs

struct ovrChallengeOptions * ovrChallengeOptionsHandle

Functions

ovrChallengeOptionsHandle ovr_ChallengeOptions_Create ( )
void ovr_ChallengeOptions_Destroy
The description of the challenge that can be retrieved with ovr_Challenge_GetDescription().
The timestamp when this challenge ends which can be retrieved with ovr_Challenge_GetEndDate().
This indicates whether to include challenges that are currently active.
This indicates whether to include challenges that have not yet started.
This indicates whether to include challenges that have already ended.
Optional: Only find challenges belonging to this leaderboard.
The timestamp when this challenge starts which can be retrieved with ovr_Challenge_GetStartDate().
The title of the challenge that can be retrieved with ovr_Challenge_GetTitle().
An enum that specifies what filter to apply to the list of returned challenges.Returns all public ((ovrChallengeVisibility_Public)) and invite-only (ovrChallengeVisibility_InviteOnly) ovrChallengeHandles in which the user is a participant or invitee. Excludes private (ovrChallengeVisibility_Private) challenges.ovrChallengeViewerFilter_Participating - Returns challenges the user is participating in.ovrChallengeViewerFilter_Invited - Returns challenges the user is invited to.ovrChallengeViewerFilter_ParticipatingOrInvited - Returns challenges the user is either participating in or invited to.
Specifies who can see and participate in this challenge. It can be retrieved with ovr_Challenge_GetVisibility().
Did you find this page helpful?
Thumbs up icon
Thumbs down icon