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

OvrPlatform_Leaderboard_GetEntriesAfterRank Function

Retrieves a block of leaderboard entries starting from a specific rank.

Signature

void OVRPLATFORM_API OvrPlatform_Leaderboard_GetEntriesAfterRank(UGameInstance *GameInstance, FString LeaderboardName, int32 Limit, int64 AfterRank, OvrPlatform_Leaderboard_GetEntriesAfterRank_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
LeaderboardName: FString
Limit: int32
AfterRank: int64
Delegate: OvrPlatform_Leaderboard_GetEntriesAfterRank_Delegate &&

Returns

void OVRPLATFORM_API