Meta XR Platform SDK (UPM) v71 Reference Guide
Meta XR Platform SDK (UPM) v71 Reference Guide
Select your platform
No SDKs available
No versions available

ChallengeEntry Class

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 Models.ChallengeEntryArray and can be retrieved using Challenges.GetEntries().

Fields

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 Challenges.GetEntriesByIds() and 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.

Member Functions

ChallengeEntry
( IntPtr o )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon