FOvrAppDownloadProgressResult Struct
Represents the result of the download of an application. You can retrieve it using CheckAppDownloadProgress API (Application_CheckAppDownloadProgress()). You can use this to check the progress and the status of an ongoing app download operation.
Total number of bytes that need to be downloaded
int64 DownloadedBytes[Get]
Status code of the current app status. You can use it to find out whether the app is being downloaded or queued for downloading
FOvrAppDownloadProgressResult ( )
FOvrAppDownloadProgressResult 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.