void | Clear ( ) |
void |
FString FOvrChallengeEntry::DisplayScore |
---|
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> FOvrChallengeEntry::ExtraData |
---|
A 2KB custom data field that is associated with the challenge entry. |
FOvrId FOvrChallengeEntry::ID |
---|
The ID of this challenge entry which can be used by Challenges_GetEntriesByIds() and Challenges_GetEntries(). |
int32 FOvrChallengeEntry::Rank |
---|
Challenges can be ranked by highest or lowest scores within a time period. This indicates the position of this challenge entry. |
int64 FOvrChallengeEntry::Score |
---|
The raw underlying value of the challenge entry score. |
FDateTime FOvrChallengeEntry::Timestamp |
---|
The timestamp of the creation of this entry in the challenge. |
FOvrUser FOvrChallengeEntry::User |
---|
The user corresponding to this entry within the challenge. |
FOvrChallengeEntry::FOvrChallengeEntry ( ) |
---|
No description available.
|
FOvrChallengeEntry::FOvrChallengeEntry ( ovrChallengeEntryHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|
void FOvrChallengeEntry::Clear ( ) |
---|
No description available.
|
void FOvrChallengeEntry::Update ( ovrChallengeEntryHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr ) |
---|
No description available.
|