API reference

FOvrLeaderboardUpdateStatus Struct

This object contains information about the status of the request to update the leaderboard.

Constructors

FOvrLeaderboardUpdateStatus ()
This is the default constructor for the struct, which initializes the ovrLeaderboardUpdateStatusHandle and TOvrMessageHandlePtr to their default values.
Signature
FOvrLeaderboardUpdateStatus::FOvrLeaderboardUpdateStatus()
FOvrLeaderboardUpdateStatus ( OvrHandle , MessageHandlePtr )
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
FOvrLeaderboardUpdateStatus::FOvrLeaderboardUpdateStatus(ovrLeaderboardUpdateStatusHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

DidUpdate : bool
Whether the leaderboard was updated.
Signature
bool FOvrLeaderboardUpdateStatus::DidUpdate
UpdatedChallengeIds : TArray< FOvrId >
If the leaderboard is updated, this represents the updated challenge IDs. The updated challenge IDs can be used by Challenges_GetEntries(), Challenges_GetEntriesAfterRank(), or Challenges_GetEntriesByIds() APIs.
Signature
TArray<FOvrId> FOvrLeaderboardUpdateStatus::UpdatedChallengeIds

Member Functions

Clear ()
Setting all values to their defaults, effectively clearing the struct.
Signature
void FOvrLeaderboardUpdateStatus::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Signature
void FOvrLeaderboardUpdateStatus::Update(ovrLeaderboardUpdateStatusHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void