64 lines
3.2 KiB
C++
64 lines
3.2 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 "Sidebar/SidebarButtonMenuContext.h"
|
|
|
|
#ifdef TOOLWIDGETS_SidebarButtonMenuContext_generated_h
|
|
#error "SidebarButtonMenuContext.generated.h already included, missing '#pragma once' in SidebarButtonMenuContext.h"
|
|
#endif
|
|
#define TOOLWIDGETS_SidebarButtonMenuContext_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class USidebarButtonMenuContext ************************************************
|
|
struct Z_Construct_UClass_USidebarButtonMenuContext_Statics;
|
|
TOOLWIDGETS_API UClass* Z_Construct_UClass_USidebarButtonMenuContext_NoRegister();
|
|
|
|
#define FID_Engine_Source_Developer_ToolWidgets_Private_Sidebar_SidebarButtonMenuContext_h_14_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSidebarButtonMenuContext(); \
|
|
friend struct ::Z_Construct_UClass_USidebarButtonMenuContext_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend TOOLWIDGETS_API UClass* ::Z_Construct_UClass_USidebarButtonMenuContext_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USidebarButtonMenuContext, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ToolWidgets"), Z_Construct_UClass_USidebarButtonMenuContext_NoRegister) \
|
|
DECLARE_SERIALIZER(USidebarButtonMenuContext)
|
|
|
|
|
|
#define FID_Engine_Source_Developer_ToolWidgets_Private_Sidebar_SidebarButtonMenuContext_h_14_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API USidebarButtonMenuContext(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USidebarButtonMenuContext(USidebarButtonMenuContext&&) = delete; \
|
|
USidebarButtonMenuContext(const USidebarButtonMenuContext&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USidebarButtonMenuContext); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USidebarButtonMenuContext); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USidebarButtonMenuContext) \
|
|
NO_API virtual ~USidebarButtonMenuContext();
|
|
|
|
|
|
#define FID_Engine_Source_Developer_ToolWidgets_Private_Sidebar_SidebarButtonMenuContext_h_11_PROLOG
|
|
#define FID_Engine_Source_Developer_ToolWidgets_Private_Sidebar_SidebarButtonMenuContext_h_14_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Developer_ToolWidgets_Private_Sidebar_SidebarButtonMenuContext_h_14_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Developer_ToolWidgets_Private_Sidebar_SidebarButtonMenuContext_h_14_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USidebarButtonMenuContext;
|
|
|
|
// ********** End Class USidebarButtonMenuContext **************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Developer_ToolWidgets_Private_Sidebar_SidebarButtonMenuContext_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|