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

OvrPlatform_Challenges_Leave Function

If the current user has the necessary permissions, they can leave a challenge by providing the challenge ID, which can be obtained using field FOvrChallenge::ID.

Signature

void OVRPLATFORM_API OvrPlatform_Challenges_Leave(UGameInstance *GameInstance, FOvrId ChallengeID, OvrPlatform_Challenges_Leave_Delegate &&Delegate)

Parameters

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

Returns

void OVRPLATFORM_API