Asset Pack State
The Asset Pack State struct is designed to mimic the object almost exactly as provided by the Google Play Asset Delivery SDK. It contains various information about the state of an Asset Pack.
FAssetPackState
Field | Type | Description |
---|---|---|
Name | FString | The name of the Asset Pack. |
Status | EAssetPackStatus | The download status of the Asset Pack. |
ErrorCode | EAssetPackErrorCode | The error code for the Asset Pack, if Google has failed to download the Asset Pack. |
BytesDownloaded | int64 | The total number of bytes already downloaded for the pack. |
TotalBytesToDownload | int64 | The total size of the Asset Pack in bytes. |
TransferProgressPercentage | int32 | The percentage of the Asset Pack already transferred to the application. |
bIsMounted | bool | A boolean indicating whether or not the Asset Pack has successfully been mounted. |