Retrieves a list of challenge entries for a specific set of user IDs, with options to filter and limit the results. This method is useful for retrieving a list of challenge entries for a specific set of users, allowing you to display their progress and rankings within the challenge. ovrMessage_Challenges_GetEntriesByIds will be generated in response.
limit: int
Sets a limit on the maximum number of challenges to be fetched, which can be useful for pagination or performance reasons.
startAt: ovrLeaderboardStartAt
Defines whether to center the query on the user or start at the top of the challenge. If this is ovrLeaderboard_StartAtCenteredOnViewer() or ovrLeaderboard_StartAtCenteredOnViewerOrTop(), then the current user's ID will be automatically added to the query.
userIDs: ovrID *
Defines a list of user ids to get entries for.
userIDLength: unsigned int
The number of user IDs provided.