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

FOvrAppDownloadProgressResult Struct

Represents the result of the download of an application. You can retrieve it using CheckAppDownloadProgress API (UOvrRequestsBlueprintLibrary::Application_CheckAppDownloadProgress()). You can use this to check the progress and the status of an ongoing app download operation.

Fields

Total number of bytes that need to be downloaded
Number of bytes that have already been downloaded. You can use this and field FOvrAppDownloadProgressResult::DownloadBytes to implement the progress bar.
Status code of the current app status. You can use it to find out whether the app is being downloaded or queued for downloading

Member Functions

This is the default constructor for the struct, which initializes the ::ovrAppDownloadProgressResultHandle 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