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

FOvrAppDownloadResult Struct

Represents the result of an app download. You will use it when you start an app download, cancel an app download or install an app update which was previous downloaded. In those scenarios, the app download result will be the payload of Application_StartAppDownload(), Application_CancelAppDownload() or Application_InstallAppUpdateAndRelaunch() API calls.

Fields

Result of the install operation returned by the installer. You can find more information about possible members from EOvrAppInstallResult. In case of an error during install process, the error message contains the string representation of this result.
Timestamp in milliseconds when the operation finished.

Member Functions

This is the default constructor for the struct, which initializes the ovrAppDownloadResultHandle and TOvrMessageHandlePtr to their default values.
Copying values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Setting all values to their defaults, effectively clearing the struct.
Updating values from an OVR handle to the array, and the originating message to prevent the handle from being freed.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon