145 lines
8.2 KiB
C
145 lines
8.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 "SeamSculptTool.h"
|
||
|
|
|
||
|
|
#ifdef MESHMODELINGTOOLSEXP_SeamSculptTool_generated_h
|
||
|
|
#error "SeamSculptTool.generated.h already included, missing '#pragma once' in SeamSculptTool.h"
|
||
|
|
#endif
|
||
|
|
#define MESHMODELINGTOOLSEXP_SeamSculptTool_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class USeamSculptToolBuilder ***************************************************
|
||
|
|
struct Z_Construct_UClass_USeamSculptToolBuilder_Statics;
|
||
|
|
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_USeamSculptToolBuilder_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_22_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUSeamSculptToolBuilder(); \
|
||
|
|
friend struct ::Z_Construct_UClass_USeamSculptToolBuilder_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_USeamSculptToolBuilder_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(USeamSculptToolBuilder, UMeshSurfacePointMeshEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_USeamSculptToolBuilder_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(USeamSculptToolBuilder)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_22_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHMODELINGTOOLSEXP_API USeamSculptToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
USeamSculptToolBuilder(USeamSculptToolBuilder&&) = delete; \
|
||
|
|
USeamSculptToolBuilder(const USeamSculptToolBuilder&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, USeamSculptToolBuilder); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USeamSculptToolBuilder); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USeamSculptToolBuilder) \
|
||
|
|
MESHMODELINGTOOLSEXP_API virtual ~USeamSculptToolBuilder();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_19_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_22_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_22_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_22_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class USeamSculptToolBuilder;
|
||
|
|
|
||
|
|
// ********** End Class USeamSculptToolBuilder *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class USeamSculptToolProperties ************************************************
|
||
|
|
struct Z_Construct_UClass_USeamSculptToolProperties_Statics;
|
||
|
|
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_USeamSculptToolProperties_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_36_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUSeamSculptToolProperties(); \
|
||
|
|
friend struct ::Z_Construct_UClass_USeamSculptToolProperties_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_USeamSculptToolProperties_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(USeamSculptToolProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_USeamSculptToolProperties_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(USeamSculptToolProperties)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_36_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHMODELINGTOOLSEXP_API USeamSculptToolProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
USeamSculptToolProperties(USeamSculptToolProperties&&) = delete; \
|
||
|
|
USeamSculptToolProperties(const USeamSculptToolProperties&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, USeamSculptToolProperties); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USeamSculptToolProperties); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USeamSculptToolProperties) \
|
||
|
|
MESHMODELINGTOOLSEXP_API virtual ~USeamSculptToolProperties();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_33_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_36_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_36_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_36_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class USeamSculptToolProperties;
|
||
|
|
|
||
|
|
// ********** End Class USeamSculptToolProperties **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class USeamSculptTool **********************************************************
|
||
|
|
struct Z_Construct_UClass_USeamSculptTool_Statics;
|
||
|
|
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_USeamSculptTool_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_66_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUSeamSculptTool(); \
|
||
|
|
friend struct ::Z_Construct_UClass_USeamSculptTool_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_USeamSculptTool_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(USeamSculptTool, UDynamicMeshBrushTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_USeamSculptTool_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(USeamSculptTool) \
|
||
|
|
virtual UObject* _getUObject() const override { return const_cast<USeamSculptTool*>(this); }
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_66_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
USeamSculptTool(USeamSculptTool&&) = delete; \
|
||
|
|
USeamSculptTool(const USeamSculptTool&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, USeamSculptTool); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USeamSculptTool); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(USeamSculptTool) \
|
||
|
|
MESHMODELINGTOOLSEXP_API virtual ~USeamSculptTool();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_63_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_66_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_66_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h_66_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class USeamSculptTool;
|
||
|
|
|
||
|
|
// ********** End Class USeamSculptTool ************************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_SeamSculptTool_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|