Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/UnrealEd/UHT/LegacyEdModeInterfaces.generated.h

308 lines
16 KiB
C
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Tools/LegacyEdModeInterfaces.h"
#ifdef UNREALED_LegacyEdModeInterfaces_generated_h
#error "LegacyEdModeInterfaces.generated.h already included, missing '#pragma once' in LegacyEdModeInterfaces.h"
#endif
#define UNREALED_LegacyEdModeInterfaces_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Interface ULegacyEdModeSelectInterface *****************************************
struct Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics;
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeSelectInterface_NoRegister();
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_30_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
UNREALED_API ULegacyEdModeSelectInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
ULegacyEdModeSelectInterface(ULegacyEdModeSelectInterface&&) = delete; \
ULegacyEdModeSelectInterface(const ULegacyEdModeSelectInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(UNREALED_API, ULegacyEdModeSelectInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULegacyEdModeSelectInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULegacyEdModeSelectInterface) \
virtual ~ULegacyEdModeSelectInterface() = default;
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_30_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesULegacyEdModeSelectInterface(); \
friend struct ::Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend UNREALED_API UClass* ::Z_Construct_UClass_ULegacyEdModeSelectInterface_NoRegister(); \
public: \
DECLARE_CLASS2(ULegacyEdModeSelectInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/UnrealEd"), Z_Construct_UClass_ULegacyEdModeSelectInterface_NoRegister) \
DECLARE_SERIALIZER(ULegacyEdModeSelectInterface)
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_30_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_30_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_30_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_30_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~ILegacyEdModeSelectInterface() {} \
public: \
typedef ULegacyEdModeSelectInterface UClassType; \
typedef ILegacyEdModeSelectInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_27_PROLOG
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_35_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_30_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULegacyEdModeSelectInterface;
// ********** End Interface ULegacyEdModeSelectInterface *******************************************
// ********** Begin Interface ULegacyEdModeWidgetInterface *****************************************
struct Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics;
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeWidgetInterface_NoRegister();
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_57_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
UNREALED_API ULegacyEdModeWidgetInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
ULegacyEdModeWidgetInterface(ULegacyEdModeWidgetInterface&&) = delete; \
ULegacyEdModeWidgetInterface(const ULegacyEdModeWidgetInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(UNREALED_API, ULegacyEdModeWidgetInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULegacyEdModeWidgetInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULegacyEdModeWidgetInterface) \
virtual ~ULegacyEdModeWidgetInterface() = default;
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_57_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesULegacyEdModeWidgetInterface(); \
friend struct ::Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend UNREALED_API UClass* ::Z_Construct_UClass_ULegacyEdModeWidgetInterface_NoRegister(); \
public: \
DECLARE_CLASS2(ULegacyEdModeWidgetInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/UnrealEd"), Z_Construct_UClass_ULegacyEdModeWidgetInterface_NoRegister) \
DECLARE_SERIALIZER(ULegacyEdModeWidgetInterface)
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_57_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_57_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_57_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_57_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~ILegacyEdModeWidgetInterface() {} \
public: \
typedef ULegacyEdModeWidgetInterface UClassType; \
typedef ILegacyEdModeWidgetInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_54_PROLOG
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_62_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_57_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULegacyEdModeWidgetInterface;
// ********** End Interface ULegacyEdModeWidgetInterface *******************************************
// ********** Begin Interface ULegacyEdModeToolInterface *******************************************
struct Z_Construct_UClass_ULegacyEdModeToolInterface_Statics;
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeToolInterface_NoRegister();
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_126_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
UNREALED_API ULegacyEdModeToolInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
ULegacyEdModeToolInterface(ULegacyEdModeToolInterface&&) = delete; \
ULegacyEdModeToolInterface(const ULegacyEdModeToolInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(UNREALED_API, ULegacyEdModeToolInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULegacyEdModeToolInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULegacyEdModeToolInterface) \
virtual ~ULegacyEdModeToolInterface() = default;
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_126_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesULegacyEdModeToolInterface(); \
friend struct ::Z_Construct_UClass_ULegacyEdModeToolInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend UNREALED_API UClass* ::Z_Construct_UClass_ULegacyEdModeToolInterface_NoRegister(); \
public: \
DECLARE_CLASS2(ULegacyEdModeToolInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/UnrealEd"), Z_Construct_UClass_ULegacyEdModeToolInterface_NoRegister) \
DECLARE_SERIALIZER(ULegacyEdModeToolInterface)
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_126_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_126_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_126_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_126_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~ILegacyEdModeToolInterface() {} \
public: \
typedef ULegacyEdModeToolInterface UClassType; \
typedef ILegacyEdModeToolInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_123_PROLOG
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_131_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_126_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULegacyEdModeToolInterface;
// ********** End Interface ULegacyEdModeToolInterface *********************************************
// ********** Begin Interface ULegacyEdModeDrawHelperInterface *************************************
struct Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics;
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_NoRegister();
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_149_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
UNREALED_API ULegacyEdModeDrawHelperInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
ULegacyEdModeDrawHelperInterface(ULegacyEdModeDrawHelperInterface&&) = delete; \
ULegacyEdModeDrawHelperInterface(const ULegacyEdModeDrawHelperInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(UNREALED_API, ULegacyEdModeDrawHelperInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULegacyEdModeDrawHelperInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULegacyEdModeDrawHelperInterface) \
virtual ~ULegacyEdModeDrawHelperInterface() = default;
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_149_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesULegacyEdModeDrawHelperInterface(); \
friend struct ::Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend UNREALED_API UClass* ::Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_NoRegister(); \
public: \
DECLARE_CLASS2(ULegacyEdModeDrawHelperInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/UnrealEd"), Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_NoRegister) \
DECLARE_SERIALIZER(ULegacyEdModeDrawHelperInterface)
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_149_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_149_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_149_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_149_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~ILegacyEdModeDrawHelperInterface() {} \
public: \
typedef ULegacyEdModeDrawHelperInterface UClassType; \
typedef ILegacyEdModeDrawHelperInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_146_PROLOG
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_154_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_149_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULegacyEdModeDrawHelperInterface;
// ********** End Interface ULegacyEdModeDrawHelperInterface ***************************************
// ********** Begin Interface ULegacyEdModeViewportInterface ***************************************
struct Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics;
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeViewportInterface_NoRegister();
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_163_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
UNREALED_API ULegacyEdModeViewportInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
ULegacyEdModeViewportInterface(ULegacyEdModeViewportInterface&&) = delete; \
ULegacyEdModeViewportInterface(const ULegacyEdModeViewportInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(UNREALED_API, ULegacyEdModeViewportInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULegacyEdModeViewportInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULegacyEdModeViewportInterface) \
virtual ~ULegacyEdModeViewportInterface() = default;
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_163_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesULegacyEdModeViewportInterface(); \
friend struct ::Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend UNREALED_API UClass* ::Z_Construct_UClass_ULegacyEdModeViewportInterface_NoRegister(); \
public: \
DECLARE_CLASS2(ULegacyEdModeViewportInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/UnrealEd"), Z_Construct_UClass_ULegacyEdModeViewportInterface_NoRegister) \
DECLARE_SERIALIZER(ULegacyEdModeViewportInterface)
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_163_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_163_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_163_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_163_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~ILegacyEdModeViewportInterface() {} \
public: \
typedef ULegacyEdModeViewportInterface UClassType; \
typedef ILegacyEdModeViewportInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_160_PROLOG
#define FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_168_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h_163_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULegacyEdModeViewportInterface;
// ********** End Interface ULegacyEdModeViewportInterface *****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS