346 lines
21 KiB
C++
346 lines
21 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 "MeshTexturePaintingTool.h"
|
|
|
|
#ifdef MESHPAINTINGTOOLSET_MeshTexturePaintingTool_generated_h
|
|
#error "MeshTexturePaintingTool.generated.h already included, missing '#pragma once' in MeshTexturePaintingTool.h"
|
|
#endif
|
|
#define MESHPAINTINGTOOLSET_MeshTexturePaintingTool_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UMeshTextureColorPaintingToolBuilder *************************************
|
|
struct Z_Construct_UClass_UMeshTextureColorPaintingToolBuilder_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTextureColorPaintingToolBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_32_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTextureColorPaintingToolBuilder(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTextureColorPaintingToolBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTextureColorPaintingToolBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTextureColorPaintingToolBuilder, UInteractiveToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTextureColorPaintingToolBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTextureColorPaintingToolBuilder)
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_32_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHPAINTINGTOOLSET_API UMeshTextureColorPaintingToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTextureColorPaintingToolBuilder(UMeshTextureColorPaintingToolBuilder&&) = delete; \
|
|
UMeshTextureColorPaintingToolBuilder(const UMeshTextureColorPaintingToolBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTextureColorPaintingToolBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTextureColorPaintingToolBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMeshTextureColorPaintingToolBuilder) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTextureColorPaintingToolBuilder();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_29_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_32_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_32_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_32_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTextureColorPaintingToolBuilder;
|
|
|
|
// ********** End Class UMeshTextureColorPaintingToolBuilder ***************************************
|
|
|
|
// ********** Begin Class UMeshTextureAssetPaintingToolBuilder *************************************
|
|
struct Z_Construct_UClass_UMeshTextureAssetPaintingToolBuilder_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTextureAssetPaintingToolBuilder_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_47_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTextureAssetPaintingToolBuilder(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTextureAssetPaintingToolBuilder_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTextureAssetPaintingToolBuilder_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTextureAssetPaintingToolBuilder, UInteractiveToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTextureAssetPaintingToolBuilder_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTextureAssetPaintingToolBuilder)
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_47_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHPAINTINGTOOLSET_API UMeshTextureAssetPaintingToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTextureAssetPaintingToolBuilder(UMeshTextureAssetPaintingToolBuilder&&) = delete; \
|
|
UMeshTextureAssetPaintingToolBuilder(const UMeshTextureAssetPaintingToolBuilder&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTextureAssetPaintingToolBuilder); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTextureAssetPaintingToolBuilder); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMeshTextureAssetPaintingToolBuilder) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTextureAssetPaintingToolBuilder();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_44_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_47_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_47_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_47_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTextureAssetPaintingToolBuilder;
|
|
|
|
// ********** End Class UMeshTextureAssetPaintingToolBuilder ***************************************
|
|
|
|
// ********** Begin Class UMeshTexturePaintingToolProperties ***************************************
|
|
struct Z_Construct_UClass_UMeshTexturePaintingToolProperties_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTexturePaintingToolProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_63_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTexturePaintingToolProperties(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTexturePaintingToolProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTexturePaintingToolProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTexturePaintingToolProperties, UMeshPaintingToolProperties, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTexturePaintingToolProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTexturePaintingToolProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_63_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHPAINTINGTOOLSET_API UMeshTexturePaintingToolProperties(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTexturePaintingToolProperties(UMeshTexturePaintingToolProperties&&) = delete; \
|
|
UMeshTexturePaintingToolProperties(const UMeshTexturePaintingToolProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTexturePaintingToolProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTexturePaintingToolProperties); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMeshTexturePaintingToolProperties) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTexturePaintingToolProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_60_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_63_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_63_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_63_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTexturePaintingToolProperties;
|
|
|
|
// ********** End Class UMeshTexturePaintingToolProperties *****************************************
|
|
|
|
// ********** Begin Class UMeshTextureColorPaintingToolProperties **********************************
|
|
struct Z_Construct_UClass_UMeshTextureColorPaintingToolProperties_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTextureColorPaintingToolProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_105_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTextureColorPaintingToolProperties(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTextureColorPaintingToolProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTextureColorPaintingToolProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTextureColorPaintingToolProperties, UMeshTexturePaintingToolProperties, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTextureColorPaintingToolProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTextureColorPaintingToolProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_105_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHPAINTINGTOOLSET_API UMeshTextureColorPaintingToolProperties(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTextureColorPaintingToolProperties(UMeshTextureColorPaintingToolProperties&&) = delete; \
|
|
UMeshTextureColorPaintingToolProperties(const UMeshTextureColorPaintingToolProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTextureColorPaintingToolProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTextureColorPaintingToolProperties); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMeshTextureColorPaintingToolProperties) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTextureColorPaintingToolProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_102_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_105_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_105_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_105_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTextureColorPaintingToolProperties;
|
|
|
|
// ********** End Class UMeshTextureColorPaintingToolProperties ************************************
|
|
|
|
// ********** Begin Class UMeshTextureAssetPaintingToolProperties **********************************
|
|
struct Z_Construct_UClass_UMeshTextureAssetPaintingToolProperties_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTextureAssetPaintingToolProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_119_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTextureAssetPaintingToolProperties(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTextureAssetPaintingToolProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTextureAssetPaintingToolProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTextureAssetPaintingToolProperties, UMeshTexturePaintingToolProperties, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTextureAssetPaintingToolProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTextureAssetPaintingToolProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_119_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHPAINTINGTOOLSET_API UMeshTextureAssetPaintingToolProperties(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTextureAssetPaintingToolProperties(UMeshTextureAssetPaintingToolProperties&&) = delete; \
|
|
UMeshTextureAssetPaintingToolProperties(const UMeshTextureAssetPaintingToolProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTextureAssetPaintingToolProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTextureAssetPaintingToolProperties); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMeshTextureAssetPaintingToolProperties) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTextureAssetPaintingToolProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_116_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_119_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_119_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_119_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTextureAssetPaintingToolProperties;
|
|
|
|
// ********** End Class UMeshTextureAssetPaintingToolProperties ************************************
|
|
|
|
// ********** Begin Class UMeshTexturePaintingTool *************************************************
|
|
struct Z_Construct_UClass_UMeshTexturePaintingTool_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTexturePaintingTool_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_138_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTexturePaintingTool(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTexturePaintingTool_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTexturePaintingTool_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTexturePaintingTool, UBaseBrushTool, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTexturePaintingTool_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTexturePaintingTool) \
|
|
virtual UObject* _getUObject() const override { return const_cast<UMeshTexturePaintingTool*>(this); }
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_138_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTexturePaintingTool(UMeshTexturePaintingTool&&) = delete; \
|
|
UMeshTexturePaintingTool(const UMeshTexturePaintingTool&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTexturePaintingTool); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTexturePaintingTool); \
|
|
DEFINE_ABSTRACT_DEFAULT_CONSTRUCTOR_CALL(UMeshTexturePaintingTool) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTexturePaintingTool();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_135_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_138_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_138_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_138_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTexturePaintingTool;
|
|
|
|
// ********** End Class UMeshTexturePaintingTool ***************************************************
|
|
|
|
// ********** Begin Class UMeshTextureColorPaintingTool ********************************************
|
|
struct Z_Construct_UClass_UMeshTextureColorPaintingTool_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTextureColorPaintingTool_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_244_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTextureColorPaintingTool(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTextureColorPaintingTool_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTextureColorPaintingTool_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTextureColorPaintingTool, UMeshTexturePaintingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTextureColorPaintingTool_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTextureColorPaintingTool)
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_244_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTextureColorPaintingTool(UMeshTextureColorPaintingTool&&) = delete; \
|
|
UMeshTextureColorPaintingTool(const UMeshTextureColorPaintingTool&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTextureColorPaintingTool); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTextureColorPaintingTool); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMeshTextureColorPaintingTool) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTextureColorPaintingTool();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_241_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_244_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_244_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_244_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTextureColorPaintingTool;
|
|
|
|
// ********** End Class UMeshTextureColorPaintingTool **********************************************
|
|
|
|
// ********** Begin Class UMeshTextureAssetPaintingTool ********************************************
|
|
struct Z_Construct_UClass_UMeshTextureAssetPaintingTool_Statics;
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshTextureAssetPaintingTool_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_280_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMeshTextureAssetPaintingTool(); \
|
|
friend struct ::Z_Construct_UClass_UMeshTextureAssetPaintingTool_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshTextureAssetPaintingTool_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMeshTextureAssetPaintingTool, UMeshTexturePaintingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshTextureAssetPaintingTool_NoRegister) \
|
|
DECLARE_SERIALIZER(UMeshTextureAssetPaintingTool)
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_280_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMeshTextureAssetPaintingTool(UMeshTextureAssetPaintingTool&&) = delete; \
|
|
UMeshTextureAssetPaintingTool(const UMeshTextureAssetPaintingTool&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshTextureAssetPaintingTool); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshTextureAssetPaintingTool); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMeshTextureAssetPaintingTool) \
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshTextureAssetPaintingTool();
|
|
|
|
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_277_PROLOG
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_280_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_280_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h_280_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMeshTextureAssetPaintingTool;
|
|
|
|
// ********** End Class UMeshTextureAssetPaintingTool **********************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshTexturePaintingTool_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|