API/Autodoc/Classes/FURuStoreInstallState.en.md


FURuStoreInstallState

Describes the current state of the update installation.

#include <FURuStoreInstallState.h>

Public Functions

Name
FURuStoreInstallState()
Constructor.

Public Attributes

Name
int64 bytesDownloaded – Number of downloaded bytes.
int64 totalBytesToDownload – Total number of bytes to download.
float percentDownloaded – Download percentage.
EURuStoreInstallStatus installStatus – Status of the update installation if the user is already installing the update at the current moment.
EURuStoreInstallErrorCode installErrorCode – Error code during update download.

function FURuStoreInstallState

inline FURuStoreInstallState()

Constructor.

variable bytesDownloaded

int64 bytesDownloaded;

Number of downloaded bytes.

variable totalBytesToDownload

int64 totalBytesToDownload;

Total number of bytes to download.

variable percentDownloaded

float percentDownloaded;

Download percentage.

variable installStatus

EURuStoreInstallStatus installStatus;

Status of the update installation if the user is already installing the update at the current moment.

variable installErrorCode

EURuStoreInstallErrorCode installErrorCode;

Error code during update download.


Назад