// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ===========================================================================*/ // IWYU pragma: private, include "GooglePADFunctionLibrary.h" #ifdef GOOGLEPAD_GooglePADFunctionLibrary_generated_h #error "GooglePADFunctionLibrary.generated.h already included, missing '#pragma once' in GooglePADFunctionLibrary.h" #endif #define GOOGLEPAD_GooglePADFunctionLibrary_generated_h #include "UObject/ObjectMacros.h" #include "UObject/ScriptMacros.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS enum class EGooglePADCellularDataConfirmStatus : uint8; enum class EGooglePADConfirmationDialogStatus : uint8; enum class EGooglePADDownloadStatus : uint8; enum class EGooglePADErrorCode : uint8; enum class EGooglePADStorageMethod : uint8; // ********** Begin Class UGooglePADFunctionLibrary ************************************************ #define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_173_RPC_WRAPPERS_NO_PURE_DECLS \ DECLARE_FUNCTION(execGetAssetsPath); \ DECLARE_FUNCTION(execGetStorageMethod); \ DECLARE_FUNCTION(execReleaseAssetPackLocation); \ DECLARE_FUNCTION(execGetAssetPackLocation); \ DECLARE_FUNCTION(execGetShowConfirmationDialogStatus); \ DECLARE_FUNCTION(execShowConfirmationDialog); \ DECLARE_FUNCTION(execGetShowCellularDataConfirmationStatus); \ DECLARE_FUNCTION(execShowCellularDataConfirmation); \ DECLARE_FUNCTION(execRequestRemoval); \ DECLARE_FUNCTION(execGetTotalBytesToDownload); \ DECLARE_FUNCTION(execGetBytesDownloaded); \ DECLARE_FUNCTION(execGetDownloadStatus); \ DECLARE_FUNCTION(execReleaseDownloadState); \ DECLARE_FUNCTION(execGetDownloadState); \ DECLARE_FUNCTION(execCancelDownload); \ DECLARE_FUNCTION(execRequestDownload); \ DECLARE_FUNCTION(execRequestInfo); struct Z_Construct_UClass_UGooglePADFunctionLibrary_Statics; GOOGLEPAD_API UClass* Z_Construct_UClass_UGooglePADFunctionLibrary_NoRegister(); #define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_173_INCLASS_NO_PURE_DECLS \ private: \ static void StaticRegisterNativesUGooglePADFunctionLibrary(); \ friend struct ::Z_Construct_UClass_UGooglePADFunctionLibrary_Statics; \ static UClass* GetPrivateStaticClass(); \ friend GOOGLEPAD_API UClass* ::Z_Construct_UClass_UGooglePADFunctionLibrary_NoRegister(); \ public: \ DECLARE_CLASS2(UGooglePADFunctionLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/GooglePAD"), Z_Construct_UClass_UGooglePADFunctionLibrary_NoRegister) \ DECLARE_SERIALIZER(UGooglePADFunctionLibrary) #define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_173_ENHANCED_CONSTRUCTORS \ /** Standard constructor, called after all reflected properties have been initialized */ \ GOOGLEPAD_API UGooglePADFunctionLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ /** Deleted move- and copy-constructors, should never be used */ \ UGooglePADFunctionLibrary(UGooglePADFunctionLibrary&&) = delete; \ UGooglePADFunctionLibrary(const UGooglePADFunctionLibrary&) = delete; \ DECLARE_VTABLE_PTR_HELPER_CTOR(GOOGLEPAD_API, UGooglePADFunctionLibrary); \ DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGooglePADFunctionLibrary); \ DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGooglePADFunctionLibrary) \ GOOGLEPAD_API virtual ~UGooglePADFunctionLibrary(); #define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_170_PROLOG #define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_173_GENERATED_BODY \ PRAGMA_DISABLE_DEPRECATION_WARNINGS \ public: \ FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_173_RPC_WRAPPERS_NO_PURE_DECLS \ FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_173_INCLASS_NO_PURE_DECLS \ FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h_173_ENHANCED_CONSTRUCTORS \ private: \ PRAGMA_ENABLE_DEPRECATION_WARNINGS class UGooglePADFunctionLibrary; // ********** End Class UGooglePADFunctionLibrary ************************************************** #undef CURRENT_FILE_ID #define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePAD_Classes_GooglePADFunctionLibrary_h // ********** Begin Enum EGooglePADErrorCode ******************************************************* #define FOREACH_ENUM_EGOOGLEPADERRORCODE(op) \ op(EGooglePADErrorCode::AssetPack_NO_ERROR) \ op(EGooglePADErrorCode::AssetPack_APP_UNAVAILABLE) \ op(EGooglePADErrorCode::AssetPack_UNAVAILABLE) \ op(EGooglePADErrorCode::AssetPack_INVALID_REQUEST) \ op(EGooglePADErrorCode::AssetPack_DOWNLOAD_NOT_FOUND) \ op(EGooglePADErrorCode::AssetPack_API_NOT_AVAILABLE) \ op(EGooglePADErrorCode::AssetPack_NETWORK_ERROR) \ op(EGooglePADErrorCode::AssetPack_ACCESS_DENIED) \ op(EGooglePADErrorCode::AssetPack_INSUFFICIENT_STORAGE) \ op(EGooglePADErrorCode::AssetPack_PLAY_STORE_NOT_FOUND) \ op(EGooglePADErrorCode::AssetPack_NETWORK_UNRESTRICTED) \ op(EGooglePADErrorCode::AssetPack_INTERNAL_ERROR) \ op(EGooglePADErrorCode::AssetPack_INITIALIZATION_NEEDED) \ op(EGooglePADErrorCode::AssetPack_INITIALIZATION_FAILED) \ op(EGooglePADErrorCode::AssetPack_APP_NOT_OWNED) \ op(EGooglePADErrorCode::AssetPack_CONFIRMATION_NOT_REQUIRED) \ op(EGooglePADErrorCode::AssetPack_UNRECOGNIZED_INSTALLATION) enum class EGooglePADErrorCode : uint8; template<> struct TIsUEnumClass { enum { Value = true }; }; template<> GOOGLEPAD_NON_ATTRIBUTED_API UEnum* StaticEnum(); // ********** End Enum EGooglePADErrorCode ********************************************************* // ********** Begin Enum EGooglePADDownloadStatus ************************************************** #define FOREACH_ENUM_EGOOGLEPADDOWNLOADSTATUS(op) \ op(EGooglePADDownloadStatus::AssetPack_UNKNOWN) \ op(EGooglePADDownloadStatus::AssetPack_DOWNLOAD_PENDING) \ op(EGooglePADDownloadStatus::AssetPack_DOWNLOADING) \ op(EGooglePADDownloadStatus::AssetPack_TRANSFERRING) \ op(EGooglePADDownloadStatus::AssetPack_DOWNLOAD_COMPLETED) \ op(EGooglePADDownloadStatus::AssetPack_DOWNLOAD_FAILED) \ op(EGooglePADDownloadStatus::AssetPack_DOWNLOAD_CANCELED) \ op(EGooglePADDownloadStatus::AssetPack_WAITING_FOR_WIFI) \ op(EGooglePADDownloadStatus::AssetPack_NOT_INSTALLED) \ op(EGooglePADDownloadStatus::AssetPack_INFO_PENDING) \ op(EGooglePADDownloadStatus::AssetPack_INFO_FAILED) \ op(EGooglePADDownloadStatus::AssetPack_REMOVAL_PENDING) \ op(EGooglePADDownloadStatus::AssetPack_REMOVAL_FAILED) \ op(EGooglePADDownloadStatus::AssetPack_REQUIRES_USER_CONFIRMATION) enum class EGooglePADDownloadStatus : uint8; template<> struct TIsUEnumClass { enum { Value = true }; }; template<> GOOGLEPAD_NON_ATTRIBUTED_API UEnum* StaticEnum(); // ********** End Enum EGooglePADDownloadStatus **************************************************** // ********** Begin Enum EGooglePADStorageMethod *************************************************** #define FOREACH_ENUM_EGOOGLEPADSTORAGEMETHOD(op) \ op(EGooglePADStorageMethod::AssetPack_STORAGE_FILES) \ op(EGooglePADStorageMethod::AssetPack_STORAGE_APK) \ op(EGooglePADStorageMethod::AssetPack_STORAGE_UNKNOWN) \ op(EGooglePADStorageMethod::AssetPack_STORAGE_NOT_INSTALLED) enum class EGooglePADStorageMethod : uint8; template<> struct TIsUEnumClass { enum { Value = true }; }; template<> GOOGLEPAD_NON_ATTRIBUTED_API UEnum* StaticEnum(); // ********** End Enum EGooglePADStorageMethod ***************************************************** // ********** Begin Enum EGooglePADCellularDataConfirmStatus *************************************** #define FOREACH_ENUM_EGOOGLEPADCELLULARDATACONFIRMSTATUS(op) \ op(EGooglePADCellularDataConfirmStatus::AssetPack_CONFIRM_UNKNOWN) \ op(EGooglePADCellularDataConfirmStatus::AssetPack_CONFIRM_PENDING) \ op(EGooglePADCellularDataConfirmStatus::AssetPack_CONFIRM_USER_APPROVED) \ op(EGooglePADCellularDataConfirmStatus::AssetPack_CONFIRM_USER_CANCELED) enum class EGooglePADCellularDataConfirmStatus : uint8; template<> struct TIsUEnumClass { enum { Value = true }; }; template<> GOOGLEPAD_NON_ATTRIBUTED_API UEnum* StaticEnum(); // ********** End Enum EGooglePADCellularDataConfirmStatus ***************************************** // ********** Begin Enum EGooglePADConfirmationDialogStatus **************************************** #define FOREACH_ENUM_EGOOGLEPADCONFIRMATIONDIALOGSTATUS(op) \ op(EGooglePADConfirmationDialogStatus::AssetPack_CONFIRMATION_DIALOG_UNKNOWN) \ op(EGooglePADConfirmationDialogStatus::AssetPack_CONFIRMATION_DIALOG_PENDING) \ op(EGooglePADConfirmationDialogStatus::AssetPack_CONFIRMATION_DIALOG_APPROVED) \ op(EGooglePADConfirmationDialogStatus::AssetPack_CONFIRMATION_DIALOG_CANCELED) enum class EGooglePADConfirmationDialogStatus : uint8; template<> struct TIsUEnumClass { enum { Value = true }; }; template<> GOOGLEPAD_NON_ATTRIBUTED_API UEnum* StaticEnum(); // ********** End Enum EGooglePADConfirmationDialogStatus ****************************************** PRAGMA_ENABLE_DEPRECATION_WARNINGS