unreal.GooglePADDownloadStatus

class unreal.GooglePADDownloadStatus

Bases: EnumBase

The status associated with Asset Pack download operations.

C++ Source:

  • Plugin: GooglePAD

  • Module: GooglePAD

  • File: GooglePADFunctionLibrary.h

ASSET_PACK_DOWNLOADING: GooglePADDownloadStatus

The Asset Pack download is in progress.

Type:

2

ASSET_PACK_DOWNLOAD_CANCELED: GooglePADDownloadStatus

Asset Pack download has been canceled.

Type:

6

ASSET_PACK_DOWNLOAD_COMPLETED: GooglePADDownloadStatus

Download and transfer are complete; the assets are available to the app.

Type:

4

ASSET_PACK_DOWNLOAD_FAILED: GooglePADDownloadStatus

An AssetPackManager_requestDownload() has failed.

Type:

5

ASSET_PACK_DOWNLOAD_PENDING: GooglePADDownloadStatus

An AssetPackManager_requestDownload() async request is pending.

Type:

1

ASSET_PACK_INFO_FAILED: GooglePADDownloadStatus

An AssetPackManager_requestInfo() async request has failed.

Type:

10

ASSET_PACK_INFO_PENDING: GooglePADDownloadStatus

An AssetPackManager_requestInfo() async request started, but the result isn’t known yet.

Type:

9

ASSET_PACK_NOT_INSTALLED: GooglePADDownloadStatus

The Asset Pack isn’t installed.

Type:

8

ASSET_PACK_REMOVAL_FAILED: GooglePADDownloadStatus

An AssetPackManager_requestRemoval() async request has failed.

Type:

12

ASSET_PACK_REMOVAL_PENDING: GooglePADDownloadStatus

An AssetPackManager_requestRemoval() async request started.

Type:

11

ASSET_PACK_TRANSFERRING: GooglePADDownloadStatus

The Asset Pack is being transferred to the app.

Type:

3

ASSET_PACK_UNKNOWN: GooglePADDownloadStatus

Nothing is known about the Asset Pack.

Type:

0

ASSET_PACK_WAITING_FOR_WIFI: GooglePADDownloadStatus

The Asset Pack download is waiting for Wi-Fi to proceed.

Type:

7