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

OvrPlatform_Leaderboard_GetEntriesByIds Function

Retrieves a block of leaderboard entries that match the specified user IDs. Only entries corresponding to the provided user IDs will be returned.

Signature

void OVRPLATFORM_API OvrPlatform_Leaderboard_GetEntriesByIds(UGameInstance *GameInstance, FString LeaderboardName, int32 Limit, EOvrLeaderboardStartAt StartAt, TArray< FOvrId > UserIDs, OvrPlatform_Leaderboard_GetEntriesByIds_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
LeaderboardName: FString
Limit: int32
UserIDs: TArray< FOvrId >
Delegate: OvrPlatform_Leaderboard_GetEntriesByIds_Delegate &&

Returns

void OVRPLATFORM_API