| Member | Description |
|---|---|
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.
|