99 lines
5.5 KiB
C
99 lines
5.5 KiB
C
|
|
// 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 "Input/CommonGenericInputActionDataTable.h"
|
||
|
|
|
||
|
|
#ifdef COMMONUI_CommonGenericInputActionDataTable_generated_h
|
||
|
|
#error "CommonGenericInputActionDataTable.generated.h already included, missing '#pragma once' in CommonGenericInputActionDataTable.h"
|
||
|
|
#endif
|
||
|
|
#define COMMONUI_CommonGenericInputActionDataTable_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonGenericInputActionDataTable ***************************************
|
||
|
|
struct Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics;
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonGenericInputActionDataTable_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_20_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUCommonGenericInputActionDataTable(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend COMMONUI_API UClass* ::Z_Construct_UClass_UCommonGenericInputActionDataTable_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UCommonGenericInputActionDataTable, UDataTable, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/CommonUI"), Z_Construct_UClass_UCommonGenericInputActionDataTable_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UCommonGenericInputActionDataTable)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_20_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UCommonGenericInputActionDataTable(UCommonGenericInputActionDataTable&&) = delete; \
|
||
|
|
UCommonGenericInputActionDataTable(const UCommonGenericInputActionDataTable&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(COMMONUI_API, UCommonGenericInputActionDataTable); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCommonGenericInputActionDataTable); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCommonGenericInputActionDataTable)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_17_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_20_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_20_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_20_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UCommonGenericInputActionDataTable;
|
||
|
|
|
||
|
|
// ********** End Class UCommonGenericInputActionDataTable *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonInputActionDataProcessor ******************************************
|
||
|
|
struct Z_Construct_UClass_UCommonInputActionDataProcessor_Statics;
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonInputActionDataProcessor_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_37_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUCommonInputActionDataProcessor(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UCommonInputActionDataProcessor_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend COMMONUI_API UClass* ::Z_Construct_UClass_UCommonInputActionDataProcessor_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UCommonInputActionDataProcessor, UObject, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/CommonUI"), Z_Construct_UClass_UCommonInputActionDataProcessor_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UCommonInputActionDataProcessor)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_37_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UCommonInputActionDataProcessor(UCommonInputActionDataProcessor&&) = delete; \
|
||
|
|
UCommonInputActionDataProcessor(const UCommonInputActionDataProcessor&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(COMMONUI_API, UCommonInputActionDataProcessor); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCommonInputActionDataProcessor); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCommonInputActionDataProcessor)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_34_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_37_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_37_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h_37_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UCommonInputActionDataProcessor;
|
||
|
|
|
||
|
|
// ********** End Class UCommonInputActionDataProcessor ********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|