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

OvrPlatform_Application_InstallAppUpdateAndRelaunch Function

Installs the app update that was previously downloaded. Once the install begins the application will exit automatically. After the installation process is complete, the app will be relaunched based on the options passed in.

Signature

void OVRPLATFORM_API OvrPlatform_Application_InstallAppUpdateAndRelaunch(UGameInstance *GameInstance, FOvrApplicationOptions DeeplinkOptions, OvrPlatform_Application_InstallAppUpdateAndRelaunch_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
DeeplinkOptions: FOvrApplicationOptions
Delegate: OvrPlatform_Application_InstallAppUpdateAndRelaunch_Delegate &&

Returns

void OVRPLATFORM_API