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

OvrPlatform_Challenges_GetEntriesByIds Function

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.

Signature

void OVRPLATFORM_API OvrPlatform_Challenges_GetEntriesByIds(UGameInstance *GameInstance, FOvrId ChallengeID, int32 Limit, EOvrLeaderboardStartAt StartAt, TArray< FOvrId > UserIDs, OvrPlatform_Challenges_GetEntriesByIds_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
ChallengeID: FOvrId
Limit: int32
UserIDs: TArray< FOvrId >
Delegate: OvrPlatform_Challenges_GetEntriesByIds_Delegate &&

Returns

void OVRPLATFORM_API