309 lines
18 KiB
C
309 lines
18 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 "MeshSelect.h"
|
||
|
|
|
||
|
|
#ifdef MESHPAINTINGTOOLSET_MeshSelect_generated_h
|
||
|
|
#error "MeshSelect.generated.h already included, missing '#pragma once' in MeshSelect.h"
|
||
|
|
#endif
|
||
|
|
#define MESHPAINTINGTOOLSET_MeshSelect_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UVertexAdapterClickToolBuilder *******************************************
|
||
|
|
struct Z_Construct_UClass_UVertexAdapterClickToolBuilder_Statics;
|
||
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UVertexAdapterClickToolBuilder_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_22_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUVertexAdapterClickToolBuilder(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UVertexAdapterClickToolBuilder_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UVertexAdapterClickToolBuilder_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UVertexAdapterClickToolBuilder, USingleClickToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UVertexAdapterClickToolBuilder_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UVertexAdapterClickToolBuilder)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_22_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHPAINTINGTOOLSET_API UVertexAdapterClickToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UVertexAdapterClickToolBuilder(UVertexAdapterClickToolBuilder&&) = delete; \
|
||
|
|
UVertexAdapterClickToolBuilder(const UVertexAdapterClickToolBuilder&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UVertexAdapterClickToolBuilder); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVertexAdapterClickToolBuilder); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVertexAdapterClickToolBuilder) \
|
||
|
|
MESHPAINTINGTOOLSET_API virtual ~UVertexAdapterClickToolBuilder();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_19_PROLOG
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_22_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_22_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_22_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UVertexAdapterClickToolBuilder;
|
||
|
|
|
||
|
|
// ********** End Class UVertexAdapterClickToolBuilder *********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UTextureColorAdapterClickToolBuilder *************************************
|
||
|
|
struct Z_Construct_UClass_UTextureColorAdapterClickToolBuilder_Statics;
|
||
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UTextureColorAdapterClickToolBuilder_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_36_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUTextureColorAdapterClickToolBuilder(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UTextureColorAdapterClickToolBuilder_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UTextureColorAdapterClickToolBuilder_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UTextureColorAdapterClickToolBuilder, USingleClickToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UTextureColorAdapterClickToolBuilder_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UTextureColorAdapterClickToolBuilder)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_36_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHPAINTINGTOOLSET_API UTextureColorAdapterClickToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UTextureColorAdapterClickToolBuilder(UTextureColorAdapterClickToolBuilder&&) = delete; \
|
||
|
|
UTextureColorAdapterClickToolBuilder(const UTextureColorAdapterClickToolBuilder&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UTextureColorAdapterClickToolBuilder); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTextureColorAdapterClickToolBuilder); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTextureColorAdapterClickToolBuilder) \
|
||
|
|
MESHPAINTINGTOOLSET_API virtual ~UTextureColorAdapterClickToolBuilder();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_33_PROLOG
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_36_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_36_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_36_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UTextureColorAdapterClickToolBuilder;
|
||
|
|
|
||
|
|
// ********** End Class UTextureColorAdapterClickToolBuilder ***************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UTextureAssetAdapterClickToolBuilder *************************************
|
||
|
|
struct Z_Construct_UClass_UTextureAssetAdapterClickToolBuilder_Statics;
|
||
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UTextureAssetAdapterClickToolBuilder_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_50_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUTextureAssetAdapterClickToolBuilder(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UTextureAssetAdapterClickToolBuilder_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UTextureAssetAdapterClickToolBuilder_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UTextureAssetAdapterClickToolBuilder, USingleClickToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UTextureAssetAdapterClickToolBuilder_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UTextureAssetAdapterClickToolBuilder)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_50_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHPAINTINGTOOLSET_API UTextureAssetAdapterClickToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UTextureAssetAdapterClickToolBuilder(UTextureAssetAdapterClickToolBuilder&&) = delete; \
|
||
|
|
UTextureAssetAdapterClickToolBuilder(const UTextureAssetAdapterClickToolBuilder&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UTextureAssetAdapterClickToolBuilder); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTextureAssetAdapterClickToolBuilder); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTextureAssetAdapterClickToolBuilder) \
|
||
|
|
MESHPAINTINGTOOLSET_API virtual ~UTextureAssetAdapterClickToolBuilder();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_47_PROLOG
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_50_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_50_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_50_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UTextureAssetAdapterClickToolBuilder;
|
||
|
|
|
||
|
|
// ********** End Class UTextureAssetAdapterClickToolBuilder ***************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UMeshClickTool ***********************************************************
|
||
|
|
struct Z_Construct_UClass_UMeshClickTool_Statics;
|
||
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshClickTool_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_73_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUMeshClickTool(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UMeshClickTool_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UMeshClickTool_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UMeshClickTool, USingleClickTool, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UMeshClickTool_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UMeshClickTool) \
|
||
|
|
virtual UObject* _getUObject() const override { return const_cast<UMeshClickTool*>(this); }
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_73_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UMeshClickTool(UMeshClickTool&&) = delete; \
|
||
|
|
UMeshClickTool(const UMeshClickTool&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UMeshClickTool); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMeshClickTool); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_CONSTRUCTOR_CALL(UMeshClickTool) \
|
||
|
|
MESHPAINTINGTOOLSET_API virtual ~UMeshClickTool();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_70_PROLOG
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_73_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_73_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_73_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UMeshClickTool;
|
||
|
|
|
||
|
|
// ********** End Class UMeshClickTool *************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UVertexAdapterClickTool **************************************************
|
||
|
|
struct Z_Construct_UClass_UVertexAdapterClickTool_Statics;
|
||
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UVertexAdapterClickTool_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_98_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUVertexAdapterClickTool(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UVertexAdapterClickTool_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UVertexAdapterClickTool_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UVertexAdapterClickTool, UMeshClickTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UVertexAdapterClickTool_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UVertexAdapterClickTool)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_98_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHPAINTINGTOOLSET_API UVertexAdapterClickTool(); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UVertexAdapterClickTool(UVertexAdapterClickTool&&) = delete; \
|
||
|
|
UVertexAdapterClickTool(const UVertexAdapterClickTool&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UVertexAdapterClickTool); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVertexAdapterClickTool); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UVertexAdapterClickTool) \
|
||
|
|
MESHPAINTINGTOOLSET_API virtual ~UVertexAdapterClickTool();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_95_PROLOG
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_98_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_98_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_98_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UVertexAdapterClickTool;
|
||
|
|
|
||
|
|
// ********** End Class UVertexAdapterClickTool ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UTextureColorAdapterClickTool ********************************************
|
||
|
|
struct Z_Construct_UClass_UTextureColorAdapterClickTool_Statics;
|
||
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UTextureColorAdapterClickTool_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_107_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUTextureColorAdapterClickTool(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UTextureColorAdapterClickTool_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UTextureColorAdapterClickTool_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UTextureColorAdapterClickTool, UMeshClickTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UTextureColorAdapterClickTool_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UTextureColorAdapterClickTool)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_107_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHPAINTINGTOOLSET_API UTextureColorAdapterClickTool(); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UTextureColorAdapterClickTool(UTextureColorAdapterClickTool&&) = delete; \
|
||
|
|
UTextureColorAdapterClickTool(const UTextureColorAdapterClickTool&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UTextureColorAdapterClickTool); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTextureColorAdapterClickTool); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UTextureColorAdapterClickTool) \
|
||
|
|
MESHPAINTINGTOOLSET_API virtual ~UTextureColorAdapterClickTool();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_104_PROLOG
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_107_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_107_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_107_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UTextureColorAdapterClickTool;
|
||
|
|
|
||
|
|
// ********** End Class UTextureColorAdapterClickTool **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UTextureAssetAdapterClickTool ********************************************
|
||
|
|
struct Z_Construct_UClass_UTextureAssetAdapterClickTool_Statics;
|
||
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UTextureAssetAdapterClickTool_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_116_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUTextureAssetAdapterClickTool(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UTextureAssetAdapterClickTool_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend MESHPAINTINGTOOLSET_API UClass* ::Z_Construct_UClass_UTextureAssetAdapterClickTool_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UTextureAssetAdapterClickTool, UMeshClickTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshPaintingToolset"), Z_Construct_UClass_UTextureAssetAdapterClickTool_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UTextureAssetAdapterClickTool)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_116_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
MESHPAINTINGTOOLSET_API UTextureAssetAdapterClickTool(); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UTextureAssetAdapterClickTool(UTextureAssetAdapterClickTool&&) = delete; \
|
||
|
|
UTextureAssetAdapterClickTool(const UTextureAssetAdapterClickTool&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHPAINTINGTOOLSET_API, UTextureAssetAdapterClickTool); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTextureAssetAdapterClickTool); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UTextureAssetAdapterClickTool) \
|
||
|
|
MESHPAINTINGTOOLSET_API virtual ~UTextureAssetAdapterClickTool();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_113_PROLOG
|
||
|
|
#define FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_116_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_116_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h_116_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UTextureAssetAdapterClickTool;
|
||
|
|
|
||
|
|
// ********** End Class UTextureAssetAdapterClickTool **********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshSelect_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|