122 lines
7.2 KiB
C++
122 lines
7.2 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!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
#include "UObject/GeneratedCppIncludes.h"
|
||
|
|
#include "Commands/DeleteGeometrySelectionCommand.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeDeleteGeometrySelectionCommand() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UDeleteGeometrySelectionCommand();
|
||
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UDeleteGeometrySelectionCommand_NoRegister();
|
||
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UGeometrySelectionEditCommand();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_MeshModelingTools();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UDeleteGeometrySelectionCommand ******************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand;
|
||
|
|
UClass* UDeleteGeometrySelectionCommand::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UDeleteGeometrySelectionCommand;
|
||
|
|
if (!Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("DeleteGeometrySelectionCommand"),
|
||
|
|
Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand.InnerSingleton,
|
||
|
|
StaticRegisterNativesUDeleteGeometrySelectionCommand,
|
||
|
|
sizeof(TClass),
|
||
|
|
alignof(TClass),
|
||
|
|
TClass::StaticClassFlags,
|
||
|
|
TClass::StaticClassCastFlags(),
|
||
|
|
TClass::StaticConfigName(),
|
||
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
||
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
||
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
||
|
|
&TClass::Super::StaticClass,
|
||
|
|
&TClass::WithinClass::StaticClass
|
||
|
|
);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDeleteGeometrySelectionCommand_NoRegister()
|
||
|
|
{
|
||
|
|
return UDeleteGeometrySelectionCommand::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * UDeleteGeometrySelectionCommand deletes the geometric elements identified by the Selection.\n * Currently only supports mesh selections (Triangle and Polygroup types)\n * Deletes selected faces, or faces connected to selected edges, or faces connected to selected vertices.\n */" },
|
||
|
|
{ "IncludePath", "Commands/DeleteGeometrySelectionCommand.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Commands/DeleteGeometrySelectionCommand.h" },
|
||
|
|
{ "ToolTip", "UDeleteGeometrySelectionCommand deletes the geometric elements identified by the Selection.\nCurrently only supports mesh selections (Triangle and Polygroup types)\nDeletes selected faces, or faces connected to selected edges, or faces connected to selected vertices." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UDeleteGeometrySelectionCommand constinit property declarations **********
|
||
|
|
// ********** End Class UDeleteGeometrySelectionCommand constinit property declarations ************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UDeleteGeometrySelectionCommand>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UGeometrySelectionEditCommand,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics::ClassParams = {
|
||
|
|
&UDeleteGeometrySelectionCommand::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics::Class_MetaDataParams), Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UDeleteGeometrySelectionCommand::StaticRegisterNativesUDeleteGeometrySelectionCommand()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDeleteGeometrySelectionCommand()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand.OuterSingleton, Z_Construct_UClass_UDeleteGeometrySelectionCommand_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand.OuterSingleton;
|
||
|
|
}
|
||
|
|
UDeleteGeometrySelectionCommand::UDeleteGeometrySelectionCommand(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDeleteGeometrySelectionCommand);
|
||
|
|
UDeleteGeometrySelectionCommand::~UDeleteGeometrySelectionCommand() {}
|
||
|
|
// ********** End Class UDeleteGeometrySelectionCommand ********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_DeleteGeometrySelectionCommand_h__Script_MeshModelingTools_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UDeleteGeometrySelectionCommand, UDeleteGeometrySelectionCommand::StaticClass, TEXT("UDeleteGeometrySelectionCommand"), &Z_Registration_Info_UClass_UDeleteGeometrySelectionCommand, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDeleteGeometrySelectionCommand), 2019498235U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_DeleteGeometrySelectionCommand_h__Script_MeshModelingTools_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_DeleteGeometrySelectionCommand_h__Script_MeshModelingTools_3679642440{
|
||
|
|
TEXT("/Script/MeshModelingTools"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_DeleteGeometrySelectionCommand_h__Script_MeshModelingTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Commands_DeleteGeometrySelectionCommand_h__Script_MeshModelingTools_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|