Navigation
Unreal Engine C++ API Reference > Plugins > GooglePAD
References
Module | GooglePAD |
Header | /Engine/Plugins/Runtime/GooglePAD/Source/GooglePAD/Classes/GooglePADFunctionLibrary.h |
Include | #include "GooglePADFunctionLibrary.h" |
Syntax
enum EGooglePADCellularDataConfirmStatus
&123;
AssetPack_CONFIRM_UNKNOWN = 0,
AssetPack_CONFIRM_PENDING,
AssetPack_CONFIRM_USER_APPROVED,
AssetPack_CONFIRM_USER_CANCELED,
&125;
Values
Name | Description |
---|---|
AssetPack_CONFIRM_UNKNOWN | AssetPackManager_showCellularDataConfirmation() has not been called. |
AssetPack_CONFIRM_PENDING | AssetPackManager_showCellularDataConfirmation() has been called, but the user hasn't made a choice. |
AssetPack_CONFIRM_USER_APPROVED | The user approved of downloading Asset Packs over cellular data. |
AssetPack_CONFIRM_USER_CANCELED | The user declined to download Asset Packs over cellular data. |
Remarks
The status associated with a request to display a cellular data confirmation dialog.