unreal.GooglePADDownloadStatus

class unreal.GooglePADDownloadStatus

Bases: unreal.EnumBase

The status associated with Asset Pack download operations.

C++ Source:

  • Plugin: GooglePAD

  • Module: GooglePAD

  • File: GooglePADFunctionLibrary.h

ASSET_PACK_DOWNLOADING

The Asset Pack download is in progress.

Type

2

ASSET_PACK_DOWNLOAD_CANCELED

Asset Pack download has been canceled.

Type

6

ASSET_PACK_DOWNLOAD_COMPLETED

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

Type

4

ASSET_PACK_DOWNLOAD_FAILED

An AssetPackManager_requestDownload() has failed.

Type

5

ASSET_PACK_DOWNLOAD_PENDING

An AssetPackManager_requestDownload() async request is pending.

Type

1

ASSET_PACK_INFO_FAILED

An AssetPackManager_requestInfo() async request has failed.

Type

10

ASSET_PACK_INFO_PENDING

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

Type

9

ASSET_PACK_NOT_INSTALLED

The Asset Pack isn’t installed.

Type

8

ASSET_PACK_REMOVAL_FAILED

An AssetPackManager_requestRemoval() async request has failed.

Type

12

ASSET_PACK_REMOVAL_PENDING

An AssetPackManager_requestRemoval() async request started.

Type

11

ASSET_PACK_TRANSFERRING

The Asset Pack is being transferred to the app.

Type

3

ASSET_PACK_UNKNOWN

Nothing is known about the Asset Pack.

Type

0

ASSET_PACK_WAITING_FOR_WIFI

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

Type

7