62 lines
3.1 KiB
C
62 lines
3.1 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 "CommonVisibilitySwitcherSlot.h"
|
||
|
|
|
||
|
|
#ifdef COMMONUI_CommonVisibilitySwitcherSlot_generated_h
|
||
|
|
#error "CommonVisibilitySwitcherSlot.generated.h already included, missing '#pragma once' in CommonVisibilitySwitcherSlot.h"
|
||
|
|
#endif
|
||
|
|
#define COMMONUI_CommonVisibilitySwitcherSlot_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonVisibilitySwitcherSlot ********************************************
|
||
|
|
struct Z_Construct_UClass_UCommonVisibilitySwitcherSlot_Statics;
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonVisibilitySwitcherSlot_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisibilitySwitcherSlot_h_19_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUCommonVisibilitySwitcherSlot(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UCommonVisibilitySwitcherSlot_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend COMMONUI_API UClass* ::Z_Construct_UClass_UCommonVisibilitySwitcherSlot_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UCommonVisibilitySwitcherSlot, UOverlaySlot, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/CommonUI"), Z_Construct_UClass_UCommonVisibilitySwitcherSlot_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UCommonVisibilitySwitcherSlot)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisibilitySwitcherSlot_h_19_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UCommonVisibilitySwitcherSlot(UCommonVisibilitySwitcherSlot&&) = delete; \
|
||
|
|
UCommonVisibilitySwitcherSlot(const UCommonVisibilitySwitcherSlot&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(COMMONUI_API, UCommonVisibilitySwitcherSlot); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCommonVisibilitySwitcherSlot); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCommonVisibilitySwitcherSlot) \
|
||
|
|
COMMONUI_API virtual ~UCommonVisibilitySwitcherSlot();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisibilitySwitcherSlot_h_16_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisibilitySwitcherSlot_h_19_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisibilitySwitcherSlot_h_19_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisibilitySwitcherSlot_h_19_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UCommonVisibilitySwitcherSlot;
|
||
|
|
|
||
|
|
// ********** End Class UCommonVisibilitySwitcherSlot **********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisibilitySwitcherSlot_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|