147 lines
8.3 KiB
C++
147 lines
8.3 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 "CombineMeshesTool.h"
|
|
|
|
#ifdef MESHMODELINGTOOLS_CombineMeshesTool_generated_h
|
|
#error "CombineMeshesTool.generated.h already included, missing '#pragma once' in CombineMeshesTool.h"
|
|
#endif
|
|
#define MESHMODELINGTOOLS_CombineMeshesTool_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UCombineMeshesToolBuilder ************************************************
|
|
struct Z_Construct_UClass_UCombineMeshesToolBuilder_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCombineMeshesToolBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_27_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUCombineMeshesToolBuilder(); \
|
|
friend struct ::Z_Construct_UClass_UCombineMeshesToolBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UCombineMeshesToolBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UCombineMeshesToolBuilder, UMultiSelectionMeshEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UCombineMeshesToolBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(UCombineMeshesToolBuilder)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_27_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UCombineMeshesToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UCombineMeshesToolBuilder(UCombineMeshesToolBuilder&&) = delete; \
|
|
UCombineMeshesToolBuilder(const UCombineMeshesToolBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UCombineMeshesToolBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCombineMeshesToolBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCombineMeshesToolBuilder) \
|
|
MESHMODELINGTOOLS_API virtual ~UCombineMeshesToolBuilder();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_24_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_27_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_27_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_27_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UCombineMeshesToolBuilder;
|
|
|
|
// ********** End Class UCombineMeshesToolBuilder **************************************************
|
|
|
|
// ********** Begin Class UCombineMeshesToolProperties *********************************************
|
|
struct Z_Construct_UClass_UCombineMeshesToolProperties_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCombineMeshesToolProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_47_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUCombineMeshesToolProperties(); \
|
|
friend struct ::Z_Construct_UClass_UCombineMeshesToolProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UCombineMeshesToolProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UCombineMeshesToolProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UCombineMeshesToolProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UCombineMeshesToolProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_47_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UCombineMeshesToolProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UCombineMeshesToolProperties(UCombineMeshesToolProperties&&) = delete; \
|
|
UCombineMeshesToolProperties(const UCombineMeshesToolProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UCombineMeshesToolProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCombineMeshesToolProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCombineMeshesToolProperties) \
|
|
MESHMODELINGTOOLS_API virtual ~UCombineMeshesToolProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_44_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_47_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_47_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_47_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UCombineMeshesToolProperties;
|
|
|
|
// ********** End Class UCombineMeshesToolProperties ***********************************************
|
|
|
|
// ********** Begin Class UCombineMeshesTool *******************************************************
|
|
struct Z_Construct_UClass_UCombineMeshesTool_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCombineMeshesTool_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_79_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUCombineMeshesTool(); \
|
|
friend struct ::Z_Construct_UClass_UCombineMeshesTool_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UCombineMeshesTool_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UCombineMeshesTool, UMultiSelectionMeshEditingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UCombineMeshesTool_NoRegister) \
|
|
DECLARE_SERIALIZER(UCombineMeshesTool) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UCombineMeshesTool*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_79_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UCombineMeshesTool(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UCombineMeshesTool(UCombineMeshesTool&&) = delete; \
|
|
UCombineMeshesTool(const UCombineMeshesTool&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UCombineMeshesTool); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCombineMeshesTool); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCombineMeshesTool) \
|
|
MESHMODELINGTOOLS_API virtual ~UCombineMeshesTool();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_73_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_79_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_79_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h_79_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UCombineMeshesTool;
|
|
|
|
// ********** End Class UCombineMeshesTool *********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CombineMeshesTool_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|