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

FOvrAppDownloadProgressResult Struct

Represents the result of CheckAppDownloadProgress API. This can be used to check the progress and the status of an ongoing app download operation.

Constructors

FOvrAppDownloadProgressResult ()
Signature
FOvrAppDownloadProgressResult::FOvrAppDownloadProgressResult()
FOvrAppDownloadProgressResult ( OvrHandle , MessageHandlePtr )
Signature
FOvrAppDownloadProgressResult::FOvrAppDownloadProgressResult(ovrAppDownloadProgressResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters

Fields

DownloadBytes : int64
Total number of bytes that need to be downloaded
Signature
int64 FOvrAppDownloadProgressResult::DownloadBytes
DownloadedBytes : int64
Number of bytes that have already been downloaded
Signature
int64 FOvrAppDownloadProgressResult::DownloadedBytes
StatusCode : EOvrAppStatus
Status code of the current app status. Can be used to find if app is downloading etc.
Signature
EOvrAppStatus FOvrAppDownloadProgressResult::StatusCode

Member Functions

Clear ()
Signature
void FOvrAppDownloadProgressResult::Clear()
Returns
void
Update ( OvrHandle , MessageHandlePtr )
Signature
void FOvrAppDownloadProgressResult::Update(ovrAppDownloadProgressResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr)
Parameters
Returns
void