FOvrChallengeEntry Struct
A challenge entry object contains information about an individual entry within a challenge.
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 ID 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.
The timestamp of the creation of this entry in the challenge.
The user corresponding to this entry within the challenge.