320 lines
18 KiB
C++
320 lines
18 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 "SmoothMeshTool.h"
|
|
|
|
#ifdef MESHMODELINGTOOLS_SmoothMeshTool_generated_h
|
|
#error "SmoothMeshTool.generated.h already included, missing '#pragma once' in SmoothMeshTool.h"
|
|
#endif
|
|
#define MESHMODELINGTOOLS_SmoothMeshTool_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class USmoothMeshToolProperties ************************************************
|
|
struct Z_Construct_UClass_USmoothMeshToolProperties_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USmoothMeshToolProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_31_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSmoothMeshToolProperties(); \
|
|
friend struct ::Z_Construct_UClass_USmoothMeshToolProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_USmoothMeshToolProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USmoothMeshToolProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_USmoothMeshToolProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(USmoothMeshToolProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_31_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API USmoothMeshToolProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USmoothMeshToolProperties(USmoothMeshToolProperties&&) = delete; \
|
|
USmoothMeshToolProperties(const USmoothMeshToolProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, USmoothMeshToolProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USmoothMeshToolProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USmoothMeshToolProperties) \
|
|
MESHMODELINGTOOLS_API virtual ~USmoothMeshToolProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_28_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_31_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_31_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_31_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USmoothMeshToolProperties;
|
|
|
|
// ********** End Class USmoothMeshToolProperties **************************************************
|
|
|
|
// ********** Begin Class UIterativeSmoothProperties ***********************************************
|
|
struct Z_Construct_UClass_UIterativeSmoothProperties_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UIterativeSmoothProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_45_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUIterativeSmoothProperties(); \
|
|
friend struct ::Z_Construct_UClass_UIterativeSmoothProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UIterativeSmoothProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UIterativeSmoothProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UIterativeSmoothProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UIterativeSmoothProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_45_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UIterativeSmoothProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UIterativeSmoothProperties(UIterativeSmoothProperties&&) = delete; \
|
|
UIterativeSmoothProperties(const UIterativeSmoothProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UIterativeSmoothProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UIterativeSmoothProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UIterativeSmoothProperties) \
|
|
MESHMODELINGTOOLS_API virtual ~UIterativeSmoothProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_42_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_45_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_45_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_45_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UIterativeSmoothProperties;
|
|
|
|
// ********** End Class UIterativeSmoothProperties *************************************************
|
|
|
|
// ********** Begin Class UDiffusionSmoothProperties ***********************************************
|
|
struct Z_Construct_UClass_UDiffusionSmoothProperties_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UDiffusionSmoothProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_66_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUDiffusionSmoothProperties(); \
|
|
friend struct ::Z_Construct_UClass_UDiffusionSmoothProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UDiffusionSmoothProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UDiffusionSmoothProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UDiffusionSmoothProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UDiffusionSmoothProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_66_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UDiffusionSmoothProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UDiffusionSmoothProperties(UDiffusionSmoothProperties&&) = delete; \
|
|
UDiffusionSmoothProperties(const UDiffusionSmoothProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UDiffusionSmoothProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDiffusionSmoothProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDiffusionSmoothProperties) \
|
|
MESHMODELINGTOOLS_API virtual ~UDiffusionSmoothProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_63_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_66_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_66_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_66_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UDiffusionSmoothProperties;
|
|
|
|
// ********** End Class UDiffusionSmoothProperties *************************************************
|
|
|
|
// ********** Begin Class UImplicitSmoothProperties ************************************************
|
|
struct Z_Construct_UClass_UImplicitSmoothProperties_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UImplicitSmoothProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_89_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUImplicitSmoothProperties(); \
|
|
friend struct ::Z_Construct_UClass_UImplicitSmoothProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UImplicitSmoothProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UImplicitSmoothProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UImplicitSmoothProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UImplicitSmoothProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_89_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UImplicitSmoothProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UImplicitSmoothProperties(UImplicitSmoothProperties&&) = delete; \
|
|
UImplicitSmoothProperties(const UImplicitSmoothProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UImplicitSmoothProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UImplicitSmoothProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UImplicitSmoothProperties) \
|
|
MESHMODELINGTOOLS_API virtual ~UImplicitSmoothProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_86_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_89_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_89_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_89_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UImplicitSmoothProperties;
|
|
|
|
// ********** End Class UImplicitSmoothProperties **************************************************
|
|
|
|
// ********** Begin Class USmoothWeightMapSetProperties ********************************************
|
|
struct Z_Construct_UClass_USmoothWeightMapSetProperties_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USmoothWeightMapSetProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_115_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSmoothWeightMapSetProperties(); \
|
|
friend struct ::Z_Construct_UClass_USmoothWeightMapSetProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_USmoothWeightMapSetProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USmoothWeightMapSetProperties, UWeightMapSetProperties, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_USmoothWeightMapSetProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(USmoothWeightMapSetProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_115_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API USmoothWeightMapSetProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USmoothWeightMapSetProperties(USmoothWeightMapSetProperties&&) = delete; \
|
|
USmoothWeightMapSetProperties(const USmoothWeightMapSetProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, USmoothWeightMapSetProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USmoothWeightMapSetProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USmoothWeightMapSetProperties) \
|
|
MESHMODELINGTOOLS_API virtual ~USmoothWeightMapSetProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_112_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_115_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_115_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_115_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USmoothWeightMapSetProperties;
|
|
|
|
// ********** End Class USmoothWeightMapSetProperties **********************************************
|
|
|
|
// ********** Begin Class USmoothMeshTool **********************************************************
|
|
struct Z_Construct_UClass_USmoothMeshTool_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USmoothMeshTool_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_132_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSmoothMeshTool(); \
|
|
friend struct ::Z_Construct_UClass_USmoothMeshTool_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_USmoothMeshTool_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USmoothMeshTool, UBaseMeshProcessingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_USmoothMeshTool_NoRegister) \
|
|
DECLARE_SERIALIZER(USmoothMeshTool) \
|
|
virtual UObject* _getUObject() const override { return const_cast<USmoothMeshTool*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_132_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USmoothMeshTool(USmoothMeshTool&&) = delete; \
|
|
USmoothMeshTool(const USmoothMeshTool&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, USmoothMeshTool); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USmoothMeshTool); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(USmoothMeshTool) \
|
|
MESHMODELINGTOOLS_API virtual ~USmoothMeshTool();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_129_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_132_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_132_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_132_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USmoothMeshTool;
|
|
|
|
// ********** End Class USmoothMeshTool ************************************************************
|
|
|
|
// ********** Begin Class USmoothMeshToolBuilder ***************************************************
|
|
struct Z_Construct_UClass_USmoothMeshToolBuilder_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USmoothMeshToolBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_180_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUSmoothMeshToolBuilder(); \
|
|
friend struct ::Z_Construct_UClass_USmoothMeshToolBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_USmoothMeshToolBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(USmoothMeshToolBuilder, UBaseMeshProcessingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_USmoothMeshToolBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(USmoothMeshToolBuilder)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_180_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API USmoothMeshToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
USmoothMeshToolBuilder(USmoothMeshToolBuilder&&) = delete; \
|
|
USmoothMeshToolBuilder(const USmoothMeshToolBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, USmoothMeshToolBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USmoothMeshToolBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USmoothMeshToolBuilder) \
|
|
MESHMODELINGTOOLS_API virtual ~USmoothMeshToolBuilder();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_177_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_180_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_180_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h_180_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class USmoothMeshToolBuilder;
|
|
|
|
// ********** End Class USmoothMeshToolBuilder *****************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_SmoothMeshTool_h
|
|
|
|
// ********** Begin Enum ESmoothMeshToolSmoothType *************************************************
|
|
#define FOREACH_ENUM_ESMOOTHMESHTOOLSMOOTHTYPE(op) \
|
|
op(ESmoothMeshToolSmoothType::Iterative) \
|
|
op(ESmoothMeshToolSmoothType::Implicit) \
|
|
op(ESmoothMeshToolSmoothType::Diffusion)
|
|
|
|
enum class ESmoothMeshToolSmoothType : uint8;
|
|
template<> struct TIsUEnumClass<ESmoothMeshToolSmoothType> { enum { Value = true }; };
|
|
template<> MESHMODELINGTOOLS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESmoothMeshToolSmoothType>();
|
|
// ********** End Enum ESmoothMeshToolSmoothType ***************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|