104 lines
5.8 KiB
C++
104 lines
5.8 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 "EditUVIslandsTool.h"
|
|
|
|
#ifdef MESHMODELINGTOOLSEXP_EditUVIslandsTool_generated_h
|
|
#error "EditUVIslandsTool.generated.h already included, missing '#pragma once' in EditUVIslandsTool.h"
|
|
#endif
|
|
#define MESHMODELINGTOOLSEXP_EditUVIslandsTool_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UEditUVIslandsToolBuilder ************************************************
|
|
struct Z_Construct_UClass_UEditUVIslandsToolBuilder_Statics;
|
|
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UEditUVIslandsToolBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_31_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUEditUVIslandsToolBuilder(); \
|
|
friend struct ::Z_Construct_UClass_UEditUVIslandsToolBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_UEditUVIslandsToolBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UEditUVIslandsToolBuilder, UMeshSurfacePointMeshEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_UEditUVIslandsToolBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(UEditUVIslandsToolBuilder)
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_31_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLSEXP_API UEditUVIslandsToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UEditUVIslandsToolBuilder(UEditUVIslandsToolBuilder&&) = delete; \
|
|
UEditUVIslandsToolBuilder(const UEditUVIslandsToolBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, UEditUVIslandsToolBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEditUVIslandsToolBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEditUVIslandsToolBuilder) \
|
|
MESHMODELINGTOOLSEXP_API virtual ~UEditUVIslandsToolBuilder();
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_28_PROLOG
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_31_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_31_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_31_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UEditUVIslandsToolBuilder;
|
|
|
|
// ********** End Class UEditUVIslandsToolBuilder **************************************************
|
|
|
|
// ********** Begin Class UEditUVIslandsTool *******************************************************
|
|
struct Z_Construct_UClass_UEditUVIslandsTool_Statics;
|
|
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UEditUVIslandsTool_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_66_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUEditUVIslandsTool(); \
|
|
friend struct ::Z_Construct_UClass_UEditUVIslandsTool_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_UEditUVIslandsTool_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UEditUVIslandsTool, UMeshSurfacePointTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_UEditUVIslandsTool_NoRegister) \
|
|
DECLARE_SERIALIZER(UEditUVIslandsTool) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UEditUVIslandsTool*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_66_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UEditUVIslandsTool(UEditUVIslandsTool&&) = delete; \
|
|
UEditUVIslandsTool(const UEditUVIslandsTool&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, UEditUVIslandsTool); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEditUVIslandsTool); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UEditUVIslandsTool) \
|
|
MESHMODELINGTOOLSEXP_API virtual ~UEditUVIslandsTool();
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_63_PROLOG
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_66_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_66_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h_66_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UEditUVIslandsTool;
|
|
|
|
// ********** End Class UEditUVIslandsTool *********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_EditUVIslandsTool_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|