Install State
The InstallState struct is designed to mimic the object defined within the Google Play Core library almost exactly.
The struct contains information about the state of an ongoing flexible installation. This object is produced when using the Set Flexible Install Listener blueprint function to report on the state of an ongoing download.
FInstallState
Field | Type | Description |
---|---|---|
InstallStatus | EInstallStatus | Returns the status of an install. |
BytesDownloaded | int64 | Returns the number of bytes downloaded so far. |
TotalBytesToDownload | int64 | Returns the total number of bytes to be downloaded for this update. |
InstallErrorCode | EInstallErrorCode | Returns the error code for an install, or NO_ERROR if the install is successful or in progress. |
PackageName | FString | Returns the package name for the app being installed. |