FOvrAppDownloadProgressResult
()
|
Signature
FOvrAppDownloadProgressResult::FOvrAppDownloadProgressResult() |
FOvrAppDownloadProgressResult
(
OvrHandle
, MessageHandlePtr
)
|
Signature
FOvrAppDownloadProgressResult::FOvrAppDownloadProgressResult(ovrAppDownloadProgressResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrAppDownloadProgressResultHandleMessageHandlePtr: TOvrMessageHandlePtr |
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 |
Clear
()
|
Signature
void FOvrAppDownloadProgressResult::Clear() Returns void |
Update
(
OvrHandle
, MessageHandlePtr
)
|
Signature
void FOvrAppDownloadProgressResult::Update(ovrAppDownloadProgressResultHandle OvrHandle, TOvrMessageHandlePtr MessageHandlePtr) Parameters OvrHandle: ovrAppDownloadProgressResultHandleMessageHandlePtr: TOvrMessageHandlePtrReturns void |