142 lines
7.6 KiB
C
142 lines
7.6 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 "RemeshMeshTool.h"
|
||
|
|
|
||
|
|
#ifdef MESHMODELINGTOOLS_RemeshMeshTool_generated_h
|
||
|
|
#error "RemeshMeshTool.generated.h already included, missing '#pragma once' in RemeshMeshTool.h"
|
||
|
|
#endif
|
||
|
|
#define MESHMODELINGTOOLS_RemeshMeshTool_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class URemeshMeshToolBuilder ***************************************************
|
||
|
|
struct Z_Construct_UClass_URemeshMeshToolBuilder_Statics;
|
||
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_URemeshMeshToolBuilder_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_26_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesURemeshMeshToolBuilder(); \
|
||
|
|
friend struct ::Z_Construct_UClass_URemeshMeshToolBuilder_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_URemeshMeshToolBuilder_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(URemeshMeshToolBuilder, UMultiSelectionMeshEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_URemeshMeshToolBuilder_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(URemeshMeshToolBuilder)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_26_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHMODELINGTOOLS_API URemeshMeshToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
URemeshMeshToolBuilder(URemeshMeshToolBuilder&&) = delete; \
|
||
|
|
URemeshMeshToolBuilder(const URemeshMeshToolBuilder&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, URemeshMeshToolBuilder); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URemeshMeshToolBuilder); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(URemeshMeshToolBuilder) \
|
||
|
|
MESHMODELINGTOOLS_API virtual ~URemeshMeshToolBuilder();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_23_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_26_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_26_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_26_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class URemeshMeshToolBuilder;
|
||
|
|
|
||
|
|
// ********** End Class URemeshMeshToolBuilder *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class URemeshMeshToolProperties ************************************************
|
||
|
|
struct Z_Construct_UClass_URemeshMeshToolProperties_Statics;
|
||
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_URemeshMeshToolProperties_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_46_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesURemeshMeshToolProperties(); \
|
||
|
|
friend struct ::Z_Construct_UClass_URemeshMeshToolProperties_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_URemeshMeshToolProperties_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(URemeshMeshToolProperties, URemeshProperties, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_URemeshMeshToolProperties_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(URemeshMeshToolProperties)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_46_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
URemeshMeshToolProperties(URemeshMeshToolProperties&&) = delete; \
|
||
|
|
URemeshMeshToolProperties(const URemeshMeshToolProperties&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, URemeshMeshToolProperties); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URemeshMeshToolProperties); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(URemeshMeshToolProperties) \
|
||
|
|
MESHMODELINGTOOLS_API virtual ~URemeshMeshToolProperties();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_43_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_46_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_46_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_46_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class URemeshMeshToolProperties;
|
||
|
|
|
||
|
|
// ********** End Class URemeshMeshToolProperties **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class URemeshMeshTool **********************************************************
|
||
|
|
struct Z_Construct_UClass_URemeshMeshTool_Statics;
|
||
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_URemeshMeshTool_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_117_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesURemeshMeshTool(); \
|
||
|
|
friend struct ::Z_Construct_UClass_URemeshMeshTool_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_URemeshMeshTool_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(URemeshMeshTool, UMultiSelectionMeshEditingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_URemeshMeshTool_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(URemeshMeshTool)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_117_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
URemeshMeshTool(URemeshMeshTool&&) = delete; \
|
||
|
|
URemeshMeshTool(const URemeshMeshTool&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, URemeshMeshTool); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URemeshMeshTool); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(URemeshMeshTool) \
|
||
|
|
MESHMODELINGTOOLS_API virtual ~URemeshMeshTool();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_114_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_117_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_117_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h_117_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class URemeshMeshTool;
|
||
|
|
|
||
|
|
// ********** End Class URemeshMeshTool ************************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RemeshMeshTool_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|