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

OvrPlatform_Application_LaunchOtherApp Function

Launches a different application in the user's library. If the user does not have that application installed, they will be taken to that app's page in the Oculus Store

Signature

void OVRPLATFORM_API OvrPlatform_Application_LaunchOtherApp(UGameInstance *GameInstance, FOvrId AppID, FOvrApplicationOptions DeeplinkOptions, OvrPlatform_Application_LaunchOtherApp_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
AppID: FOvrId
DeeplinkOptions: FOvrApplicationOptions
Delegate: OvrPlatform_Application_LaunchOtherApp_Delegate &&

Returns

void OVRPLATFORM_API