ovr_ChallengeOptions_SetViewerFilter Function
An enum that specifies what filter to apply to the list of returned challenges.
Returns all public (ovrChallengeVisibility_Public()) and invite-only (ovrChallengeVisibility_InviteOnly())
ovrChallengeHandle 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.
void ovr_ChallengeOptions_SetViewerFilter(ovrChallengeOptionsHandle handle, ovrChallengeViewerFilter value)
void