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

185 lines
10 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 "CSGMeshesTool.h"
#ifdef MESHMODELINGTOOLS_CSGMeshesTool_generated_h
#error "CSGMeshesTool.generated.h already included, missing '#pragma once' in CSGMeshesTool.h"
#endif
#define MESHMODELINGTOOLS_CSGMeshesTool_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UCSGMeshesToolProperties *************************************************
struct Z_Construct_UClass_UCSGMeshesToolProperties_Statics;
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesToolProperties_NoRegister();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_25_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUCSGMeshesToolProperties(); \
friend struct ::Z_Construct_UClass_UCSGMeshesToolProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UCSGMeshesToolProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UCSGMeshesToolProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UCSGMeshesToolProperties_NoRegister) \
DECLARE_SERIALIZER(UCSGMeshesToolProperties)
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_25_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
MESHMODELINGTOOLS_API UCSGMeshesToolProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UCSGMeshesToolProperties(UCSGMeshesToolProperties&&) = delete; \
UCSGMeshesToolProperties(const UCSGMeshesToolProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UCSGMeshesToolProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCSGMeshesToolProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCSGMeshesToolProperties) \
MESHMODELINGTOOLS_API virtual ~UCSGMeshesToolProperties();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_22_PROLOG
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_25_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_25_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_25_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UCSGMeshesToolProperties;
// ********** End Class UCSGMeshesToolProperties ***************************************************
// ********** Begin Class UTrimMeshesToolProperties ************************************************
struct Z_Construct_UClass_UTrimMeshesToolProperties_Statics;
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UTrimMeshesToolProperties_NoRegister();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_73_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUTrimMeshesToolProperties(); \
friend struct ::Z_Construct_UClass_UTrimMeshesToolProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UTrimMeshesToolProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UTrimMeshesToolProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UTrimMeshesToolProperties_NoRegister) \
DECLARE_SERIALIZER(UTrimMeshesToolProperties)
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_73_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
MESHMODELINGTOOLS_API UTrimMeshesToolProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UTrimMeshesToolProperties(UTrimMeshesToolProperties&&) = delete; \
UTrimMeshesToolProperties(const UTrimMeshesToolProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UTrimMeshesToolProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTrimMeshesToolProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTrimMeshesToolProperties) \
MESHMODELINGTOOLS_API virtual ~UTrimMeshesToolProperties();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_70_PROLOG
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_73_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_73_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_73_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UTrimMeshesToolProperties;
// ********** End Class UTrimMeshesToolProperties **************************************************
// ********** Begin Class UCSGMeshesTool ***********************************************************
struct Z_Construct_UClass_UCSGMeshesTool_Statics;
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesTool_NoRegister();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_108_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUCSGMeshesTool(); \
friend struct ::Z_Construct_UClass_UCSGMeshesTool_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UCSGMeshesTool_NoRegister(); \
public: \
DECLARE_CLASS2(UCSGMeshesTool, UBaseCreateFromSelectedTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UCSGMeshesTool_NoRegister) \
DECLARE_SERIALIZER(UCSGMeshesTool)
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_108_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UCSGMeshesTool(UCSGMeshesTool&&) = delete; \
UCSGMeshesTool(const UCSGMeshesTool&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UCSGMeshesTool); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCSGMeshesTool); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCSGMeshesTool) \
MESHMODELINGTOOLS_API virtual ~UCSGMeshesTool();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_105_PROLOG
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_108_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_108_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_108_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UCSGMeshesTool;
// ********** End Class UCSGMeshesTool *************************************************************
// ********** Begin Class UCSGMeshesToolBuilder ****************************************************
struct Z_Construct_UClass_UCSGMeshesToolBuilder_Statics;
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesToolBuilder_NoRegister();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_189_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUCSGMeshesToolBuilder(); \
friend struct ::Z_Construct_UClass_UCSGMeshesToolBuilder_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UCSGMeshesToolBuilder_NoRegister(); \
public: \
DECLARE_CLASS2(UCSGMeshesToolBuilder, UBaseCreateFromSelectedToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UCSGMeshesToolBuilder_NoRegister) \
DECLARE_SERIALIZER(UCSGMeshesToolBuilder)
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_189_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
MESHMODELINGTOOLS_API UCSGMeshesToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UCSGMeshesToolBuilder(UCSGMeshesToolBuilder&&) = delete; \
UCSGMeshesToolBuilder(const UCSGMeshesToolBuilder&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UCSGMeshesToolBuilder); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCSGMeshesToolBuilder); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCSGMeshesToolBuilder) \
MESHMODELINGTOOLS_API virtual ~UCSGMeshesToolBuilder();
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_186_PROLOG
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_189_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_189_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h_189_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UCSGMeshesToolBuilder;
// ********** End Class UCSGMeshesToolBuilder ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS