62 lines
3.0 KiB
C
62 lines
3.0 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/CommonUIActionRouterBase.h"
|
||
|
|
|
||
|
|
#ifdef COMMONUI_CommonUIActionRouterBase_generated_h
|
||
|
|
#error "CommonUIActionRouterBase.generated.h already included, missing '#pragma once' in CommonUIActionRouterBase.h"
|
||
|
|
#endif
|
||
|
|
#define COMMONUI_CommonUIActionRouterBase_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonUIActionRouterBase ************************************************
|
||
|
|
struct Z_Construct_UClass_UCommonUIActionRouterBase_Statics;
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonUIActionRouterBase_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonUIActionRouterBase_h_68_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUCommonUIActionRouterBase(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UCommonUIActionRouterBase_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend COMMONUI_API UClass* ::Z_Construct_UClass_UCommonUIActionRouterBase_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UCommonUIActionRouterBase, ULocalPlayerSubsystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/CommonUI"), Z_Construct_UClass_UCommonUIActionRouterBase_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UCommonUIActionRouterBase)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonUIActionRouterBase_h_68_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UCommonUIActionRouterBase(UCommonUIActionRouterBase&&) = delete; \
|
||
|
|
UCommonUIActionRouterBase(const UCommonUIActionRouterBase&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(COMMONUI_API, UCommonUIActionRouterBase); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCommonUIActionRouterBase); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCommonUIActionRouterBase) \
|
||
|
|
COMMONUI_API virtual ~UCommonUIActionRouterBase();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonUIActionRouterBase_h_65_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonUIActionRouterBase_h_68_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonUIActionRouterBase_h_68_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonUIActionRouterBase_h_68_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UCommonUIActionRouterBase;
|
||
|
|
|
||
|
|
// ********** End Class UCommonUIActionRouterBase **************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonUIActionRouterBase_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|