API reference
API reference
Select your platform
No SDKs available
No versions available

OvrPlatform_Challenges_GetEntriesAfterRank Function

Returns a list of entries for a specific challenge, starting from a specified rank. By providing the challengeID and rank, you can specify which challenge's entries you want to retrieve and where to start the query. The limit parameter allows you to control the number of entries returned.

Signature

void OVRPLATFORM_API OvrPlatform_Challenges_GetEntriesAfterRank(UGameInstance *GameInstance, FOvrId ChallengeID, int32 Limit, int64 AfterRank, OvrPlatform_Challenges_GetEntriesAfterRank_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
ChallengeID: FOvrId
Limit: int32
AfterRank: int64
Delegate: OvrPlatform_Challenges_GetEntriesAfterRank_Delegate &&

Returns

void OVRPLATFORM_API