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

OvrPlatform_Application_StartAppDownload Function

Starts an app download. It will return a result when the download is finished. Download progress can be monitored using the UOvrRequestsBlueprintLibrary::Application_CheckAppDownloadProgress().

Signature

void OVRPLATFORM_API OvrPlatform_Application_StartAppDownload(UGameInstance *GameInstance, OvrPlatform_Application_StartAppDownload_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_Application_StartAppDownload_Delegate &&

Returns

void OVRPLATFORM_API