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

FOvrChallenge Struct

Challenges leverage Destinations and Group Presence to create shareable links that allow players to compete directly based on score.
Challenges can be ranked by highest or lowest scores within a time period. Any application that uses Leaderboards gets Challenges for free. It appears in the Scoreboards UI. Players can create Challenges and send invites through the Challenges app.

Fields

An enum that specifies if this challenge was created by a user (EOvrChallengeCreationType::UserCreated) or the app developer (EOvrChallengeCreationType::DeveloperCreated).
A displayable string of the challenge's description.
The timestamp when this challenge ends.
FOvrId ID[Get]
Users that are invited to this challenge.
The FOvrLeaderboard associated with this challenge.
Users that have participated in this challenge.
The timestamp when this challenge begins.
A displayable string of the challenge's title.
An enum that specifies who can see and participate in this challenge.EOvrChallengeVisibility::InviteOnly - Only those invited can participate in it. Everyone can see it.EOvrChallengeVisibility::Public - Everyone can participate and see this challenge.EOvrChallengeVisibility::Private - Only those invited can participate and see this challenge.

Member Functions

FOvrChallenge ( )
FOvrChallenge
( ovrChallengeHandle OvrHandle,
TOvrMessageHandlePtr MessageHandlePtr )
void Clear ( )
void Update
( ovrChallengeHandle OvrHandle,
TOvrMessageHandlePtr MessageHandlePtr )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon