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

OVR_ChallengeEntry.h File

A challenge entry object contains information about an individual entry within a challenge such as the user who made the entry, the score achieved, and other relevant details. It's the array element type of ovrChallengeEntryArrayHandle and can be retrieved using ovr_Challenges_GetEntries().

Typedefs

struct ovrChallengeEntry * ovrChallengeEntryHandle

Functions

A displayable score for this challenge entry. The score is formatted with thousands separators and the relevant units are appended based on the associated leaderboard's score type.
A 2KB custom data field that is associated with the challenge entry.
The unique identifier of this challenge entry which can be used by ovr_Challenges_GetEntriesByIds() and ovr_Challenges_GetEntries().
Challenges can be ranked by highest or lowest scores within a time period. This indicates the position of this challenge entry.
The raw underlying value of the challenge entry score. It is a type of string that is returned by a long integer.
The timestamp of the creation of this entry in the challenge.
The user corresponding to this entry within the challenge.
unsigned int ovr_ChallengeEntry_GetExtraDataLength
( const ovrChallengeEntryHandle obj )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon