74 lines
4.0 KiB
C++
74 lines
4.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 "Widgets/OutlinerLabelWidget.h"
|
|
|
|
#ifdef TEDSOUTLINER_OutlinerLabelWidget_generated_h
|
|
#error "OutlinerLabelWidget.generated.h already included, missing '#pragma once' in OutlinerLabelWidget.h"
|
|
#endif
|
|
#define TEDSOUTLINER_OutlinerLabelWidget_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UOutlinerLabelWidgetFactory **********************************************
|
|
struct Z_Construct_UClass_UOutlinerLabelWidgetFactory_Statics;
|
|
TEDSOUTLINER_API UClass* Z_Construct_UClass_UOutlinerLabelWidgetFactory_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h_14_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUOutlinerLabelWidgetFactory(); \
|
|
friend struct ::Z_Construct_UClass_UOutlinerLabelWidgetFactory_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend TEDSOUTLINER_API UClass* ::Z_Construct_UClass_UOutlinerLabelWidgetFactory_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UOutlinerLabelWidgetFactory, UEditorDataStorageFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/TedsOutliner"), Z_Construct_UClass_UOutlinerLabelWidgetFactory_NoRegister) \
|
|
DECLARE_SERIALIZER(UOutlinerLabelWidgetFactory)
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h_14_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UOutlinerLabelWidgetFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UOutlinerLabelWidgetFactory(UOutlinerLabelWidgetFactory&&) = delete; \
|
|
UOutlinerLabelWidgetFactory(const UOutlinerLabelWidgetFactory&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOutlinerLabelWidgetFactory); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOutlinerLabelWidgetFactory); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UOutlinerLabelWidgetFactory)
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h_11_PROLOG
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h_14_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h_14_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h_14_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UOutlinerLabelWidgetFactory;
|
|
|
|
// ********** End Class UOutlinerLabelWidgetFactory ************************************************
|
|
|
|
// ********** Begin ScriptStruct FOutlinerLabelWidgetConstructor ***********************************
|
|
struct Z_Construct_UScriptStruct_FOutlinerLabelWidgetConstructor_Statics;
|
|
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h_29_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FOutlinerLabelWidgetConstructor_Statics; \
|
|
TEDSOUTLINER_API static class UScriptStruct* StaticStruct(); \
|
|
typedef FSimpleWidgetConstructor Super;
|
|
|
|
|
|
struct FOutlinerLabelWidgetConstructor;
|
|
// ********** End ScriptStruct FOutlinerLabelWidgetConstructor *************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsOutliner_Private_Widgets_OutlinerLabelWidget_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|