unreal.GooglePADCellularDataConfirmStatus

class unreal.GooglePADCellularDataConfirmStatus

Bases: unreal.EnumBase

The status associated with a request to display a cellular data confirmation dialog.

C++ Source:

  • Plugin: GooglePAD

  • Module: GooglePAD

  • File: GooglePADFunctionLibrary.h

ASSET_PACK_CONFIRM_PENDING

AssetPackManager_showCellularDataConfirmation() has been called, but the user hasn’t made a choice.

Type

1

ASSET_PACK_CONFIRM_UNKNOWN

AssetPackManager_showCellularDataConfirmation() has not been called.

Type

0

ASSET_PACK_CONFIRM_USER_APPROVED

The user approved of downloading Asset Packs over cellular data.

Type

2

ASSET_PACK_CONFIRM_USER_CANCELED

The user declined to download Asset Packs over cellular data.

Type

3