// 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 "Selection/PolygonSelectionMechanic.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodePolygonSelectionMechanic() {} // ********** Begin Cross Module References ******************************************************** MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_NoRegister(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UMeshTopologySelectionMechanic(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UMeshTopologySelectionMechanicProperties(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPolygonSelectionMechanic(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPolygonSelectionMechanic_NoRegister(); UPackage* Z_Construct_UPackage__Script_ModelingComponents(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UDEPRECATED_PolygonSelectionMechanicProperties *************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDEPRECATED_PolygonSelectionMechanicProperties; UClass* UDEPRECATED_PolygonSelectionMechanicProperties::GetPrivateStaticClass() { using TClass = UDEPRECATED_PolygonSelectionMechanicProperties; if (!Z_Registration_Info_UClass_UDEPRECATED_PolygonSelectionMechanicProperties.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("PolygonSelectionMechanicProperties"), Z_Registration_Info_UClass_UDEPRECATED_PolygonSelectionMechanicProperties.InnerSingleton, StaticRegisterNativesUDEPRECATED_PolygonSelectionMechanicProperties, 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_UDEPRECATED_PolygonSelectionMechanicProperties.InnerSingleton; } UClass* Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_NoRegister() { return UDEPRECATED_PolygonSelectionMechanicProperties::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "// DEPRECATED: Use UMeshTopologySelectionMechanicProperties\n" }, { "IncludePath", "Selection/PolygonSelectionMechanic.h" }, { "ModuleRelativePath", "Public/Selection/PolygonSelectionMechanic.h" }, { "ToolTip", "DEPRECATED: Use UMeshTopologySelectionMechanicProperties" }, }; #endif // WITH_METADATA // ********** Begin Class UDEPRECATED_PolygonSelectionMechanicProperties constinit property declarations // ********** End Class UDEPRECATED_PolygonSelectionMechanicProperties constinit property declarations static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics UObject* (*const Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMeshTopologySelectionMechanicProperties, (UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics::ClassParams = { &UDEPRECATED_PolygonSelectionMechanicProperties::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x020802A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics::Class_MetaDataParams) }; void UDEPRECATED_PolygonSelectionMechanicProperties::StaticRegisterNativesUDEPRECATED_PolygonSelectionMechanicProperties() { } UClass* Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties() { if (!Z_Registration_Info_UClass_UDEPRECATED_PolygonSelectionMechanicProperties.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDEPRECATED_PolygonSelectionMechanicProperties.OuterSingleton, Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties_Statics::ClassParams); } return Z_Registration_Info_UClass_UDEPRECATED_PolygonSelectionMechanicProperties.OuterSingleton; } UDEPRECATED_PolygonSelectionMechanicProperties::UDEPRECATED_PolygonSelectionMechanicProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDEPRECATED_PolygonSelectionMechanicProperties); UDEPRECATED_PolygonSelectionMechanicProperties::~UDEPRECATED_PolygonSelectionMechanicProperties() {} // ********** End Class UDEPRECATED_PolygonSelectionMechanicProperties ***************************** // ********** Begin Class UPolygonSelectionMechanic ************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UPolygonSelectionMechanic; UClass* UPolygonSelectionMechanic::GetPrivateStaticClass() { using TClass = UPolygonSelectionMechanic; if (!Z_Registration_Info_UClass_UPolygonSelectionMechanic.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("PolygonSelectionMechanic"), Z_Registration_Info_UClass_UPolygonSelectionMechanic.InnerSingleton, StaticRegisterNativesUPolygonSelectionMechanic, 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_UPolygonSelectionMechanic.InnerSingleton; } UClass* Z_Construct_UClass_UPolygonSelectionMechanic_NoRegister() { return UPolygonSelectionMechanic::GetPrivateStaticClass(); } struct Z_Construct_UClass_UPolygonSelectionMechanic_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * UPolygonSelectionMechanic implements the interaction for selecting a set of faces/vertices/edges\n * from a FGroupTopology.\n */" }, { "IncludePath", "Selection/PolygonSelectionMechanic.h" }, { "ModuleRelativePath", "Public/Selection/PolygonSelectionMechanic.h" }, { "ToolTip", "UPolygonSelectionMechanic implements the interaction for selecting a set of faces/vertices/edges\nfrom a FGroupTopology." }, }; #endif // WITH_METADATA // ********** Begin Class UPolygonSelectionMechanic constinit property declarations **************** // ********** End Class UPolygonSelectionMechanic constinit property declarations ****************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UPolygonSelectionMechanic_Statics UObject* (*const Z_Construct_UClass_UPolygonSelectionMechanic_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMeshTopologySelectionMechanic, (UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPolygonSelectionMechanic_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UPolygonSelectionMechanic_Statics::ClassParams = { &UPolygonSelectionMechanic::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x008800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPolygonSelectionMechanic_Statics::Class_MetaDataParams), Z_Construct_UClass_UPolygonSelectionMechanic_Statics::Class_MetaDataParams) }; void UPolygonSelectionMechanic::StaticRegisterNativesUPolygonSelectionMechanic() { } UClass* Z_Construct_UClass_UPolygonSelectionMechanic() { if (!Z_Registration_Info_UClass_UPolygonSelectionMechanic.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPolygonSelectionMechanic.OuterSingleton, Z_Construct_UClass_UPolygonSelectionMechanic_Statics::ClassParams); } return Z_Registration_Info_UClass_UPolygonSelectionMechanic.OuterSingleton; } UPolygonSelectionMechanic::UPolygonSelectionMechanic() {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPolygonSelectionMechanic); UPolygonSelectionMechanic::~UPolygonSelectionMechanic() {} // ********** End Class UPolygonSelectionMechanic ************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_PolygonSelectionMechanic_h__Script_ModelingComponents_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UDEPRECATED_PolygonSelectionMechanicProperties, UDEPRECATED_PolygonSelectionMechanicProperties::StaticClass, TEXT("UDEPRECATED_PolygonSelectionMechanicProperties"), &Z_Registration_Info_UClass_UDEPRECATED_PolygonSelectionMechanicProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDEPRECATED_PolygonSelectionMechanicProperties), 3426566909U) }, { Z_Construct_UClass_UPolygonSelectionMechanic, UPolygonSelectionMechanic::StaticClass, TEXT("UPolygonSelectionMechanic"), &Z_Registration_Info_UClass_UPolygonSelectionMechanic, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPolygonSelectionMechanic), 497090190U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_PolygonSelectionMechanic_h__Script_ModelingComponents_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_PolygonSelectionMechanic_h__Script_ModelingComponents_4018420402{ TEXT("/Script/ModelingComponents"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_PolygonSelectionMechanic_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_PolygonSelectionMechanic_h__Script_ModelingComponents_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS