269 lines
18 KiB
C++
269 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 "Commands/ModifyGeometrySelectionCommand.h"
|
|
|
|
#ifdef MESHMODELINGTOOLS_ModifyGeometrySelectionCommand_generated_h
|
|
#error "ModifyGeometrySelectionCommand.generated.h already included, missing '#pragma once' in ModifyGeometrySelectionCommand.h"
|
|
#endif
|
|
#define MESHMODELINGTOOLS_ModifyGeometrySelectionCommand_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UModifyGeometrySelectionCommand ******************************************
|
|
struct Z_Construct_UClass_UModifyGeometrySelectionCommand_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UModifyGeometrySelectionCommand_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_19_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUModifyGeometrySelectionCommand(); \
|
|
friend struct ::Z_Construct_UClass_UModifyGeometrySelectionCommand_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UModifyGeometrySelectionCommand_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UModifyGeometrySelectionCommand, UGeometrySelectionEditCommand, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UModifyGeometrySelectionCommand_NoRegister) \
|
|
DECLARE_SERIALIZER(UModifyGeometrySelectionCommand)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_19_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UModifyGeometrySelectionCommand(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UModifyGeometrySelectionCommand(UModifyGeometrySelectionCommand&&) = delete; \
|
|
UModifyGeometrySelectionCommand(const UModifyGeometrySelectionCommand&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UModifyGeometrySelectionCommand); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UModifyGeometrySelectionCommand); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UModifyGeometrySelectionCommand) \
|
|
MESHMODELINGTOOLS_API virtual ~UModifyGeometrySelectionCommand();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_16_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_19_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_19_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_19_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UModifyGeometrySelectionCommand;
|
|
|
|
// ********** End Class UModifyGeometrySelectionCommand ********************************************
|
|
|
|
// ********** Begin Class UModifyGeometrySelectionCommand_Invert ***********************************
|
|
struct Z_Construct_UClass_UModifyGeometrySelectionCommand_Invert_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UModifyGeometrySelectionCommand_Invert_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_51_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUModifyGeometrySelectionCommand_Invert(); \
|
|
friend struct ::Z_Construct_UClass_UModifyGeometrySelectionCommand_Invert_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UModifyGeometrySelectionCommand_Invert_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UModifyGeometrySelectionCommand_Invert, UModifyGeometrySelectionCommand, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UModifyGeometrySelectionCommand_Invert_NoRegister) \
|
|
DECLARE_SERIALIZER(UModifyGeometrySelectionCommand_Invert)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_51_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UModifyGeometrySelectionCommand_Invert(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UModifyGeometrySelectionCommand_Invert(UModifyGeometrySelectionCommand_Invert&&) = delete; \
|
|
UModifyGeometrySelectionCommand_Invert(const UModifyGeometrySelectionCommand_Invert&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UModifyGeometrySelectionCommand_Invert); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UModifyGeometrySelectionCommand_Invert); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UModifyGeometrySelectionCommand_Invert) \
|
|
MESHMODELINGTOOLS_API virtual ~UModifyGeometrySelectionCommand_Invert();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_48_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_51_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_51_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_51_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UModifyGeometrySelectionCommand_Invert;
|
|
|
|
// ********** End Class UModifyGeometrySelectionCommand_Invert *************************************
|
|
|
|
// ********** Begin Class UModifyGeometrySelectionCommand_ExpandToConnected ************************
|
|
struct Z_Construct_UClass_UModifyGeometrySelectionCommand_ExpandToConnected_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UModifyGeometrySelectionCommand_ExpandToConnected_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_63_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUModifyGeometrySelectionCommand_ExpandToConnected(); \
|
|
friend struct ::Z_Construct_UClass_UModifyGeometrySelectionCommand_ExpandToConnected_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UModifyGeometrySelectionCommand_ExpandToConnected_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UModifyGeometrySelectionCommand_ExpandToConnected, UModifyGeometrySelectionCommand, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UModifyGeometrySelectionCommand_ExpandToConnected_NoRegister) \
|
|
DECLARE_SERIALIZER(UModifyGeometrySelectionCommand_ExpandToConnected)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_63_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UModifyGeometrySelectionCommand_ExpandToConnected(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UModifyGeometrySelectionCommand_ExpandToConnected(UModifyGeometrySelectionCommand_ExpandToConnected&&) = delete; \
|
|
UModifyGeometrySelectionCommand_ExpandToConnected(const UModifyGeometrySelectionCommand_ExpandToConnected&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UModifyGeometrySelectionCommand_ExpandToConnected); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UModifyGeometrySelectionCommand_ExpandToConnected); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UModifyGeometrySelectionCommand_ExpandToConnected) \
|
|
MESHMODELINGTOOLS_API virtual ~UModifyGeometrySelectionCommand_ExpandToConnected();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_60_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_63_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_63_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_63_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UModifyGeometrySelectionCommand_ExpandToConnected;
|
|
|
|
// ********** End Class UModifyGeometrySelectionCommand_ExpandToConnected **************************
|
|
|
|
// ********** Begin Class UModifyGeometrySelectionCommand_InvertConnected **************************
|
|
struct Z_Construct_UClass_UModifyGeometrySelectionCommand_InvertConnected_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UModifyGeometrySelectionCommand_InvertConnected_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_75_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUModifyGeometrySelectionCommand_InvertConnected(); \
|
|
friend struct ::Z_Construct_UClass_UModifyGeometrySelectionCommand_InvertConnected_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UModifyGeometrySelectionCommand_InvertConnected_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UModifyGeometrySelectionCommand_InvertConnected, UModifyGeometrySelectionCommand, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UModifyGeometrySelectionCommand_InvertConnected_NoRegister) \
|
|
DECLARE_SERIALIZER(UModifyGeometrySelectionCommand_InvertConnected)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_75_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UModifyGeometrySelectionCommand_InvertConnected(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UModifyGeometrySelectionCommand_InvertConnected(UModifyGeometrySelectionCommand_InvertConnected&&) = delete; \
|
|
UModifyGeometrySelectionCommand_InvertConnected(const UModifyGeometrySelectionCommand_InvertConnected&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UModifyGeometrySelectionCommand_InvertConnected); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UModifyGeometrySelectionCommand_InvertConnected); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UModifyGeometrySelectionCommand_InvertConnected) \
|
|
MESHMODELINGTOOLS_API virtual ~UModifyGeometrySelectionCommand_InvertConnected();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_72_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_75_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_75_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_75_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UModifyGeometrySelectionCommand_InvertConnected;
|
|
|
|
// ********** End Class UModifyGeometrySelectionCommand_InvertConnected ****************************
|
|
|
|
// ********** Begin Class UModifyGeometrySelectionCommand_Expand ***********************************
|
|
struct Z_Construct_UClass_UModifyGeometrySelectionCommand_Expand_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UModifyGeometrySelectionCommand_Expand_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_86_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUModifyGeometrySelectionCommand_Expand(); \
|
|
friend struct ::Z_Construct_UClass_UModifyGeometrySelectionCommand_Expand_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UModifyGeometrySelectionCommand_Expand_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UModifyGeometrySelectionCommand_Expand, UModifyGeometrySelectionCommand, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UModifyGeometrySelectionCommand_Expand_NoRegister) \
|
|
DECLARE_SERIALIZER(UModifyGeometrySelectionCommand_Expand)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_86_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UModifyGeometrySelectionCommand_Expand(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UModifyGeometrySelectionCommand_Expand(UModifyGeometrySelectionCommand_Expand&&) = delete; \
|
|
UModifyGeometrySelectionCommand_Expand(const UModifyGeometrySelectionCommand_Expand&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UModifyGeometrySelectionCommand_Expand); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UModifyGeometrySelectionCommand_Expand); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UModifyGeometrySelectionCommand_Expand) \
|
|
MESHMODELINGTOOLS_API virtual ~UModifyGeometrySelectionCommand_Expand();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_83_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_86_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_86_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_86_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UModifyGeometrySelectionCommand_Expand;
|
|
|
|
// ********** End Class UModifyGeometrySelectionCommand_Expand *************************************
|
|
|
|
// ********** Begin Class UModifyGeometrySelectionCommand_Contract *********************************
|
|
struct Z_Construct_UClass_UModifyGeometrySelectionCommand_Contract_Statics;
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UModifyGeometrySelectionCommand_Contract_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_97_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUModifyGeometrySelectionCommand_Contract(); \
|
|
friend struct ::Z_Construct_UClass_UModifyGeometrySelectionCommand_Contract_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend MESHMODELINGTOOLS_API UClass* ::Z_Construct_UClass_UModifyGeometrySelectionCommand_Contract_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UModifyGeometrySelectionCommand_Contract, UModifyGeometrySelectionCommand, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MeshModelingTools"), Z_Construct_UClass_UModifyGeometrySelectionCommand_Contract_NoRegister) \
|
|
DECLARE_SERIALIZER(UModifyGeometrySelectionCommand_Contract)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_97_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
MESHMODELINGTOOLS_API UModifyGeometrySelectionCommand_Contract(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UModifyGeometrySelectionCommand_Contract(UModifyGeometrySelectionCommand_Contract&&) = delete; \
|
|
UModifyGeometrySelectionCommand_Contract(const UModifyGeometrySelectionCommand_Contract&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(MESHMODELINGTOOLS_API, UModifyGeometrySelectionCommand_Contract); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UModifyGeometrySelectionCommand_Contract); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UModifyGeometrySelectionCommand_Contract) \
|
|
MESHMODELINGTOOLS_API virtual ~UModifyGeometrySelectionCommand_Contract();
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_94_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_97_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_97_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h_97_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UModifyGeometrySelectionCommand_Contract;
|
|
|
|
// ********** End Class UModifyGeometrySelectionCommand_Contract ***********************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_ModifyGeometrySelectionCommand_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|