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

OvrPlatform_Leaderboard_Get Function

Retrieves detailed information for a single leaderboard with a specified name, returning an array of FOvrLeaderboard.

Signature

void OVRPLATFORM_API OvrPlatform_Leaderboard_Get(UGameInstance *GameInstance, FString LeaderboardName, OvrPlatform_Leaderboard_Get_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
LeaderboardName: FString
Delegate: OvrPlatform_Leaderboard_Get_Delegate &&

Returns

void OVRPLATFORM_API