API reference

EOvrChallengeViewerFilter Enum

The available filtering options on the FOvrChallenge returned by Challenges_GetList().

Enumeration Constants

MemberDescription
Unknown
AllVisible
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.
Participating
Returns challenges in which the user is a participant.
Invited
Returns challenges that the user has been invited to.
ParticipatingOrInvited
Returns challenges the user is either participating in or invited to.