unreal.GooglePADConfirmationDialogStatus¶
- class unreal.GooglePADConfirmationDialogStatus¶
Bases:
EnumBaseThe status associated with a request to display a confirmation dialog.
C++ Source:
Plugin: GooglePAD
Module: GooglePAD
File: GooglePADFunctionLibrary.h
- ASSET_PACK_CONFIRMATION_DIALOG_APPROVED: GooglePADConfirmationDialogStatus = Ellipsis¶
The user approved of downloading asset packs.
- Type:
2
- ASSET_PACK_CONFIRMATION_DIALOG_CANCELED: GooglePADConfirmationDialogStatus = Ellipsis¶
The user declined to download asset packs.
- Type:
3
- ASSET_PACK_CONFIRMATION_DIALOG_PENDING: GooglePADConfirmationDialogStatus = Ellipsis¶
AssetPackManager_showConfirmationDialog() has been called, but the user hasn’t made a choice.
- Type:
1
- ASSET_PACK_CONFIRMATION_DIALOG_UNKNOWN: GooglePADConfirmationDialogStatus = Ellipsis¶
AssetPackManager_showConfirmationDialog() has not been called.
- Type:
0