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