API reference

EOvrChallengeViewerFilter Enum

The available filtering options on the FOvrChallenge returned by UOvrRequestsBlueprintLibrary::Challenges_GetList(). These filters allow users to customize their search results and retrieve only the challenges that meet specific criteria. See more details of Challenges in here.

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. This filter is useful for users who want to see all challenges they are involved in, regardless of their visibility settings.
Participating
Returns challenges in which the user is a participant. This filter is useful for users who want to see only the challenges they are actively participating in.
Invited
Returns challenges that the user has been invited to. This filter is useful for users who want to see only the challenges they have been explicitly invited to.
ParticipatingOrInvited
Returns challenges the user is either participating in or invited to. This filter is useful for users who want to see all challenges they are involved in, whether as a participant or an invitee.