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

OvrPlatform_Challenges_GetEntries Function

Retrieves a list of entries for a specific challenge, with options to filter and limit the results. By providing the challengeID, you can specify which challenge's entries you want to retrieve. The limit parameter allows you to control the number of entries returned. The filter parameter enables you to refine the results to only include entries from users who are bidirectional followers. The startAt parameter allows you to define whether to center the query on the user or start at the top of the challenge.

Signature

void OVRPLATFORM_API OvrPlatform_Challenges_GetEntries(UGameInstance *GameInstance, FOvrId ChallengeID, int32 Limit, EOvrLeaderboardFilterType Filter, EOvrLeaderboardStartAt StartAt, OvrPlatform_Challenges_GetEntries_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
ChallengeID: FOvrId
Limit: int32
Delegate: OvrPlatform_Challenges_GetEntries_Delegate &&

Returns

void OVRPLATFORM_API