106 lines
5.7 KiB
C++
106 lines
5.7 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 "RecomputeUVsTool.h"
|
|
|
|
#ifdef MESHMODELINGTOOLS_RecomputeUVsTool_generated_h
|
|
#error "RecomputeUVsTool.generated.h already included, missing '#pragma once' in RecomputeUVsTool.h"
|
|
#endif
|
|
#define MESHMODELINGTOOLS_RecomputeUVsTool_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class URecomputeUVsToolBuilder *************************************************
|
|
struct Z_Construct_UClass_URecomputeUVsToolBuilder_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_URecomputeUVsToolBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_35_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesURecomputeUVsToolBuilder(); \
|
|
friend struct ::Z_Construct_UClass_URecomputeUVsToolBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_URecomputeUVsToolBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(URecomputeUVsToolBuilder, USingleSelectionMeshEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_URecomputeUVsToolBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(URecomputeUVsToolBuilder)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_35_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API URecomputeUVsToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
URecomputeUVsToolBuilder(URecomputeUVsToolBuilder&&) = delete; \
|
|
URecomputeUVsToolBuilder(const URecomputeUVsToolBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, URecomputeUVsToolBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URecomputeUVsToolBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(URecomputeUVsToolBuilder) \
|
|
MESHMODELINGTOOLS_API virtual ~URecomputeUVsToolBuilder();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_32_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_35_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_35_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_35_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class URecomputeUVsToolBuilder;
|
|
|
|
// ********** End Class URecomputeUVsToolBuilder ***************************************************
|
|
|
|
// ********** Begin Class URecomputeUVsTool ********************************************************
|
|
struct Z_Construct_UClass_URecomputeUVsTool_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_URecomputeUVsTool_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_49_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesURecomputeUVsTool(); \
|
|
friend struct ::Z_Construct_UClass_URecomputeUVsTool_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_URecomputeUVsTool_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(URecomputeUVsTool, USingleSelectionMeshEditingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_URecomputeUVsTool_NoRegister) \
|
|
DECLARE_SERIALIZER(URecomputeUVsTool) \
|
|
virtual UObject* _getUObject() const override { return const_cast<URecomputeUVsTool*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_49_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API URecomputeUVsTool(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
URecomputeUVsTool(URecomputeUVsTool&&) = delete; \
|
|
URecomputeUVsTool(const URecomputeUVsTool&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, URecomputeUVsTool); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URecomputeUVsTool); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(URecomputeUVsTool) \
|
|
MESHMODELINGTOOLS_API virtual ~URecomputeUVsTool();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_46_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_49_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_49_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h_49_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class URecomputeUVsTool;
|
|
|
|
// ********** End Class URecomputeUVsTool **********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_RecomputeUVsTool_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|