Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MeshModelingToolsExp/UHT/BakeMeshAttributeTool.generated.h

89 lines
4.3 KiB
C
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "BakeMeshAttributeTool.h"
#ifdef MESHMODELINGTOOLSEXP_BakeMeshAttributeTool_generated_h
#error "BakeMeshAttributeTool.generated.h already included, missing '#pragma once' in BakeMeshAttributeTool.h"
#endif
#define MESHMODELINGTOOLSEXP_BakeMeshAttributeTool_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UBakeMeshAttributeTool ***************************************************
struct Z_Construct_UClass_UBakeMeshAttributeTool_Statics;
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeTool_NoRegister();
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeTool_h_97_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUBakeMeshAttributeTool(); \
friend struct ::Z_Construct_UClass_UBakeMeshAttributeTool_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_UBakeMeshAttributeTool_NoRegister(); \
public: \
DECLARE_CLASS2(UBakeMeshAttributeTool, UMultiSelectionMeshEditingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_UBakeMeshAttributeTool_NoRegister) \
DECLARE_SERIALIZER(UBakeMeshAttributeTool) \
virtual UObject* _getUObject() const override { return const_cast<UBakeMeshAttributeTool*>(this); }
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeTool_h_97_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UBakeMeshAttributeTool(UBakeMeshAttributeTool&&) = delete; \
UBakeMeshAttributeTool(const UBakeMeshAttributeTool&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, UBakeMeshAttributeTool); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBakeMeshAttributeTool); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UBakeMeshAttributeTool) \
MESHMODELINGTOOLSEXP_API virtual ~UBakeMeshAttributeTool();
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeTool_h_94_PROLOG
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeTool_h_97_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeTool_h_97_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeTool_h_97_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UBakeMeshAttributeTool;
// ********** End Class UBakeMeshAttributeTool *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeTool_h
// ********** Begin Enum EBakeMapType **************************************************************
#define FOREACH_ENUM_EBAKEMAPTYPE(op) \
op(EBakeMapType::None) \
op(EBakeMapType::TangentSpaceNormal) \
op(EBakeMapType::ObjectSpaceNormal) \
op(EBakeMapType::FaceNormal) \
op(EBakeMapType::BentNormal) \
op(EBakeMapType::Position) \
op(EBakeMapType::Curvature) \
op(EBakeMapType::AmbientOcclusion) \
op(EBakeMapType::Texture) \
op(EBakeMapType::MultiTexture) \
op(EBakeMapType::VertexColor) \
op(EBakeMapType::MaterialID) \
op(EBakeMapType::PolyGroupID) \
op(EBakeMapType::One) \
op(EBakeMapType::Zero) \
op(EBakeMapType::UVShell) \
op(EBakeMapType::Height) \
op(EBakeMapType::All)
enum class EBakeMapType;
template<> struct TIsUEnumClass<EBakeMapType> { enum { Value = true }; };
template<> MESHMODELINGTOOLSEXP_NON_ATTRIBUTED_API UEnum* StaticEnum<EBakeMapType>();
// ********** End Enum EBakeMapType ****************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS