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 = Ellipsis

The Asset Pack download is in progress.

Type:

2

ASSET_PACK_DOWNLOAD_CANCELED: GooglePADDownloadStatus = Ellipsis

Asset Pack download has been canceled.

Type:

6

ASSET_PACK_DOWNLOAD_COMPLETED: GooglePADDownloadStatus = Ellipsis

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

Type:

4

ASSET_PACK_DOWNLOAD_FAILED: GooglePADDownloadStatus = Ellipsis

An AssetPackManager_requestDownload() has failed.

Type:

5

ASSET_PACK_DOWNLOAD_PENDING: GooglePADDownloadStatus = Ellipsis

An AssetPackManager_requestDownload() async request is pending.

Type:

1

ASSET_PACK_INFO_FAILED: GooglePADDownloadStatus = Ellipsis

An AssetPackManager_requestInfo() async request has failed.

Type:

10

ASSET_PACK_INFO_PENDING: GooglePADDownloadStatus = Ellipsis

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

Type:

9

ASSET_PACK_NOT_INSTALLED: GooglePADDownloadStatus = Ellipsis

The Asset Pack isn’t installed.

Type:

8

ASSET_PACK_REMOVAL_FAILED: GooglePADDownloadStatus = Ellipsis

An AssetPackManager_requestRemoval() async request has failed.

Type:

12

ASSET_PACK_REMOVAL_PENDING: GooglePADDownloadStatus = Ellipsis

An AssetPackManager_requestRemoval() async request started.

Type:

11

ASSET_PACK_REQUIRES_USER_CONFIRMATION: GooglePADDownloadStatus = Ellipsis

The Asset Pack download is waiting for user confirmation to proceed.

Type:

13

ASSET_PACK_TRANSFERRING: GooglePADDownloadStatus = Ellipsis

The Asset Pack is being transferred to the app.

Type:

3

ASSET_PACK_UNKNOWN: GooglePADDownloadStatus = Ellipsis

Nothing is known about the Asset Pack.

Type:

0

ASSET_PACK_WAITING_FOR_WIFI: GooglePADDownloadStatus = Ellipsis

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

Type:

7