FOvrChallengeEntry Struct
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 FOvrChallengeEntryArray and can be retrieved using Challenges_GetEntries().
FString DisplayScore[Get]
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.
TArray< uint8 > ExtraData[Get]
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.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.