Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MeshModelingToolsExp/UHT/BakeMeshAttributeMapsToolBase.generated.h
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

103 lines
6.4 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 "BakeMeshAttributeMapsToolBase.h"
#ifdef MESHMODELINGTOOLSEXP_BakeMeshAttributeMapsToolBase_generated_h
#error "BakeMeshAttributeMapsToolBase.generated.h already included, missing '#pragma once' in BakeMeshAttributeMapsToolBase.h"
#endif
#define MESHMODELINGTOOLSEXP_BakeMeshAttributeMapsToolBase_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UBakeMeshAttributeMapsResultToolProperties *******************************
struct Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics;
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_NoRegister();
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_26_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUBakeMeshAttributeMapsResultToolProperties(); \
friend struct ::Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UBakeMeshAttributeMapsResultToolProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_NoRegister) \
DECLARE_SERIALIZER(UBakeMeshAttributeMapsResultToolProperties)
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_26_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
MESHMODELINGTOOLSEXP_API UBakeMeshAttributeMapsResultToolProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UBakeMeshAttributeMapsResultToolProperties(UBakeMeshAttributeMapsResultToolProperties&&) = delete; \
UBakeMeshAttributeMapsResultToolProperties(const UBakeMeshAttributeMapsResultToolProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, UBakeMeshAttributeMapsResultToolProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBakeMeshAttributeMapsResultToolProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UBakeMeshAttributeMapsResultToolProperties) \
MESHMODELINGTOOLSEXP_API virtual ~UBakeMeshAttributeMapsResultToolProperties();
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_23_PROLOG
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_26_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_26_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_26_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UBakeMeshAttributeMapsResultToolProperties;
// ********** End Class UBakeMeshAttributeMapsResultToolProperties *********************************
// ********** Begin Class UBakeMeshAttributeMapsToolBase *******************************************
struct Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics;
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_NoRegister();
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_40_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUBakeMeshAttributeMapsToolBase(); \
friend struct ::Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MESHMODELINGTOOLSEXP_API UClass* ::Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_NoRegister(); \
public: \
DECLARE_CLASS2(UBakeMeshAttributeMapsToolBase, UBakeMeshAttributeTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingToolsExp"), Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_NoRegister) \
DECLARE_SERIALIZER(UBakeMeshAttributeMapsToolBase)
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_40_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UBakeMeshAttributeMapsToolBase(UBakeMeshAttributeMapsToolBase&&) = delete; \
UBakeMeshAttributeMapsToolBase(const UBakeMeshAttributeMapsToolBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLSEXP_API, UBakeMeshAttributeMapsToolBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBakeMeshAttributeMapsToolBase); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UBakeMeshAttributeMapsToolBase) \
MESHMODELINGTOOLSEXP_API virtual ~UBakeMeshAttributeMapsToolBase();
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_37_PROLOG
#define FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_40_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_40_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h_40_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UBakeMeshAttributeMapsToolBase;
// ********** End Class UBakeMeshAttributeMapsToolBase *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS