ovrRequest ovr_Leaderboard_GetEntries(const char *leaderboardName, int limit, ovrLeaderboardFilterType filter, ovrLeaderboardStartAt startAt)
leaderboardName: const char *
The name of the leaderboard whose entries to return.
limit: int
Defines the maximum number of entries to return.
filter: ovrLeaderboardFilterType
By using ovrLeaderboard_FilterFriends, this allows you to filter the returned values to bidirectional followers.
startAt: ovrLeaderboardStartAt
Defines whether to center the query on the user or start at the top of the leaderboard.