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

OvrPlatform_Challenges_GetList Function

Returns a list of challenges that match the specified options. The FOvrChallengeOptions parameter allows you to specify the criteria for the challenges you want to retrieve. The limit parameter allows you to control the number of challenges returned.

Signature

void OVRPLATFORM_API OvrPlatform_Challenges_GetList(UGameInstance *GameInstance, FOvrChallengeOptions ChallengeOptions, int32 Limit, OvrPlatform_Challenges_GetList_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
ChallengeOptions: FOvrChallengeOptions
Limit: int32
Delegate: OvrPlatform_Challenges_GetList_Delegate &&

Returns

void OVRPLATFORM_API