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

OvrPlatform_Challenges_Get Function

Gets detailed information for a single challenge by providing the challenge ID, which can be retrieved by calling field FOvrChallenge::ID.

Signature

void OVRPLATFORM_API OvrPlatform_Challenges_Get(UGameInstance *GameInstance, FOvrId ChallengeID, OvrPlatform_Challenges_Get_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
ChallengeID: FOvrId
Delegate: OvrPlatform_Challenges_Get_Delegate &&

Returns

void OVRPLATFORM_API