Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,414 @@
// 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 "PropertySets/OnAcceptProperties.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOnAcceptProperties() {}
// ********** Begin Cross Module References ********************************************************
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UOnAcceptHandleSourcesProperties();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UOnAcceptHandleSourcesProperties_NoRegister();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_NoRegister();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_NoRegister();
MODELINGCOMPONENTS_API UEnum* Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod();
UPackage* Z_Construct_UPackage__Script_ModelingComponents();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EHandleSourcesMethod ******************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EHandleSourcesMethod;
static UEnum* EHandleSourcesMethod_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EHandleSourcesMethod.OuterSingleton)
{
Z_Registration_Info_UEnum_EHandleSourcesMethod.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod, (UObject*)Z_Construct_UPackage__Script_ModelingComponents(), TEXT("EHandleSourcesMethod"));
}
return Z_Registration_Info_UEnum_EHandleSourcesMethod.OuterSingleton;
}
template<> MODELINGCOMPONENTS_NON_ATTRIBUTED_API UEnum* StaticEnum<EHandleSourcesMethod>()
{
return EHandleSourcesMethod_StaticEnum();
}
struct Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Options to handle source meshes */" },
{ "DeleteSources.Comment", "/** Delete all input objects */" },
{ "DeleteSources.DisplayName", "Delete Inputs" },
{ "DeleteSources.Name", "EHandleSourcesMethod::DeleteSources" },
{ "DeleteSources.ToolTip", "Delete all input objects" },
{ "HideSources.Comment", "/** Hide all input objects */" },
{ "HideSources.DisplayName", "Hide Inputs" },
{ "HideSources.Name", "EHandleSourcesMethod::HideSources" },
{ "HideSources.ToolTip", "Hide all input objects" },
{ "KeepFirstSource.Comment", "/** Keep only the first input object and delete all other input objects */" },
{ "KeepFirstSource.DisplayName", "Keep First Input" },
{ "KeepFirstSource.Name", "EHandleSourcesMethod::KeepFirstSource" },
{ "KeepFirstSource.ToolTip", "Keep only the first input object and delete all other input objects" },
{ "KeepLastSource.Comment", "/** Keep only the last input object and delete all other input objects */" },
{ "KeepLastSource.DisplayName", "Keep Last Input" },
{ "KeepLastSource.Name", "EHandleSourcesMethod::KeepLastSource" },
{ "KeepLastSource.ToolTip", "Keep only the last input object and delete all other input objects" },
{ "KeepSources.Comment", "/** Keep all input objects */" },
{ "KeepSources.DisplayName", "Keep Inputs" },
{ "KeepSources.Name", "EHandleSourcesMethod::KeepSources" },
{ "KeepSources.ToolTip", "Keep all input objects" },
{ "ModuleRelativePath", "Public/PropertySets/OnAcceptProperties.h" },
{ "ToolTip", "Options to handle source meshes" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EHandleSourcesMethod::DeleteSources", (int64)EHandleSourcesMethod::DeleteSources },
{ "EHandleSourcesMethod::HideSources", (int64)EHandleSourcesMethod::HideSources },
{ "EHandleSourcesMethod::KeepSources", (int64)EHandleSourcesMethod::KeepSources },
{ "EHandleSourcesMethod::KeepFirstSource", (int64)EHandleSourcesMethod::KeepFirstSource },
{ "EHandleSourcesMethod::KeepLastSource", (int64)EHandleSourcesMethod::KeepLastSource },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_ModelingComponents,
nullptr,
"EHandleSourcesMethod",
"EHandleSourcesMethod",
Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod()
{
if (!Z_Registration_Info_UEnum_EHandleSourcesMethod.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EHandleSourcesMethod.InnerSingleton, Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EHandleSourcesMethod.InnerSingleton;
}
// ********** End Enum EHandleSourcesMethod ********************************************************
// ********** Begin Class UOnAcceptHandleSourcesPropertiesBase *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesBase;
UClass* UOnAcceptHandleSourcesPropertiesBase::GetPrivateStaticClass()
{
using TClass = UOnAcceptHandleSourcesPropertiesBase;
if (!Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OnAcceptHandleSourcesPropertiesBase"),
Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesBase.InnerSingleton,
StaticRegisterNativesUOnAcceptHandleSourcesPropertiesBase,
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_UOnAcceptHandleSourcesPropertiesBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_NoRegister()
{
return UOnAcceptHandleSourcesPropertiesBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Base class for property settings for tools that create a new actor and need to decide what to do with the input objects.\n" },
{ "IncludePath", "PropertySets/OnAcceptProperties.h" },
{ "ModuleRelativePath", "Public/PropertySets/OnAcceptProperties.h" },
{ "ToolTip", "Base class for property settings for tools that create a new actor and need to decide what to do with the input objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UOnAcceptHandleSourcesPropertiesBase constinit property declarations *****
// ********** End Class UOnAcceptHandleSourcesPropertiesBase constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOnAcceptHandleSourcesPropertiesBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics
UObject* (*const Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet,
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics::ClassParams = {
&UOnAcceptHandleSourcesPropertiesBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics::Class_MetaDataParams)
};
void UOnAcceptHandleSourcesPropertiesBase::StaticRegisterNativesUOnAcceptHandleSourcesPropertiesBase()
{
}
UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase()
{
if (!Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesBase.OuterSingleton, Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesBase.OuterSingleton;
}
UOnAcceptHandleSourcesPropertiesBase::UOnAcceptHandleSourcesPropertiesBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOnAcceptHandleSourcesPropertiesBase);
UOnAcceptHandleSourcesPropertiesBase::~UOnAcceptHandleSourcesPropertiesBase() {}
// ********** End Class UOnAcceptHandleSourcesPropertiesBase ***************************************
// ********** Begin Class UOnAcceptHandleSourcesProperties *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOnAcceptHandleSourcesProperties;
UClass* UOnAcceptHandleSourcesProperties::GetPrivateStaticClass()
{
using TClass = UOnAcceptHandleSourcesProperties;
if (!Z_Registration_Info_UClass_UOnAcceptHandleSourcesProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OnAcceptHandleSourcesProperties"),
Z_Registration_Info_UClass_UOnAcceptHandleSourcesProperties.InnerSingleton,
StaticRegisterNativesUOnAcceptHandleSourcesProperties,
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_UOnAcceptHandleSourcesProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_UOnAcceptHandleSourcesProperties_NoRegister()
{
return UOnAcceptHandleSourcesProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Specialization for property settings for tools that create a new actor and need to decide what to do with multiple input objects.\n" },
{ "IncludePath", "PropertySets/OnAcceptProperties.h" },
{ "ModuleRelativePath", "Public/PropertySets/OnAcceptProperties.h" },
{ "ToolTip", "Specialization for property settings for tools that create a new actor and need to decide what to do with multiple input objects." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HandleInputs_MetaData[] = {
{ "Category", "OnToolAccept" },
{ "Comment", "/** Defines what to do with the input objects when accepting the tool results. */" },
{ "ModuleRelativePath", "Public/PropertySets/OnAcceptProperties.h" },
{ "ToolTip", "Defines what to do with the input objects when accepting the tool results." },
};
#endif // WITH_METADATA
// ********** Begin Class UOnAcceptHandleSourcesProperties constinit property declarations *********
static const UECodeGen_Private::FBytePropertyParams NewProp_HandleInputs_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_HandleInputs;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UOnAcceptHandleSourcesProperties constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOnAcceptHandleSourcesProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics
// ********** Begin Class UOnAcceptHandleSourcesProperties Property Definitions ********************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::NewProp_HandleInputs_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::NewProp_HandleInputs = { "HandleInputs", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UOnAcceptHandleSourcesProperties, HandleInputs), Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HandleInputs_MetaData), NewProp_HandleInputs_MetaData) }; // 3613149408
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::NewProp_HandleInputs_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::NewProp_HandleInputs,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::PropPointers) < 2048);
// ********** End Class UOnAcceptHandleSourcesProperties Property Definitions **********************
UObject* (*const Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase,
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::ClassParams = {
&UOnAcceptHandleSourcesProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::Class_MetaDataParams)
};
void UOnAcceptHandleSourcesProperties::StaticRegisterNativesUOnAcceptHandleSourcesProperties()
{
}
UClass* Z_Construct_UClass_UOnAcceptHandleSourcesProperties()
{
if (!Z_Registration_Info_UClass_UOnAcceptHandleSourcesProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOnAcceptHandleSourcesProperties.OuterSingleton, Z_Construct_UClass_UOnAcceptHandleSourcesProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOnAcceptHandleSourcesProperties.OuterSingleton;
}
UOnAcceptHandleSourcesProperties::UOnAcceptHandleSourcesProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOnAcceptHandleSourcesProperties);
UOnAcceptHandleSourcesProperties::~UOnAcceptHandleSourcesProperties() {}
// ********** End Class UOnAcceptHandleSourcesProperties *******************************************
// ********** Begin Class UOnAcceptHandleSourcesPropertiesSingle ***********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesSingle;
UClass* UOnAcceptHandleSourcesPropertiesSingle::GetPrivateStaticClass()
{
using TClass = UOnAcceptHandleSourcesPropertiesSingle;
if (!Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesSingle.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OnAcceptHandleSourcesPropertiesSingle"),
Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesSingle.InnerSingleton,
StaticRegisterNativesUOnAcceptHandleSourcesPropertiesSingle,
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_UOnAcceptHandleSourcesPropertiesSingle.InnerSingleton;
}
UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_NoRegister()
{
return UOnAcceptHandleSourcesPropertiesSingle::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Specialization for property settings for tools that create a new actor and need to decide what to do with a single input object.\n" },
{ "IncludePath", "PropertySets/OnAcceptProperties.h" },
{ "ModuleRelativePath", "Public/PropertySets/OnAcceptProperties.h" },
{ "ToolTip", "Specialization for property settings for tools that create a new actor and need to decide what to do with a single input object." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HandleInputs_MetaData[] = {
{ "Category", "OnToolAccept" },
{ "Comment", "/** Defines what to do with the input object when accepting the tool results. */" },
{ "ModuleRelativePath", "Public/PropertySets/OnAcceptProperties.h" },
{ "ToolTip", "Defines what to do with the input object when accepting the tool results." },
{ "ValidEnumValues", "DeleteSources, HideSources, KeepSources" },
};
#endif // WITH_METADATA
// ********** Begin Class UOnAcceptHandleSourcesPropertiesSingle constinit property declarations ***
static const UECodeGen_Private::FBytePropertyParams NewProp_HandleInputs_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_HandleInputs;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UOnAcceptHandleSourcesPropertiesSingle constinit property declarations *****
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOnAcceptHandleSourcesPropertiesSingle>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics
// ********** Begin Class UOnAcceptHandleSourcesPropertiesSingle Property Definitions **************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::NewProp_HandleInputs_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::NewProp_HandleInputs = { "HandleInputs", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UOnAcceptHandleSourcesPropertiesSingle, HandleInputs), Z_Construct_UEnum_ModelingComponents_EHandleSourcesMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HandleInputs_MetaData), NewProp_HandleInputs_MetaData) }; // 3613149408
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::NewProp_HandleInputs_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::NewProp_HandleInputs,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::PropPointers) < 2048);
// ********** End Class UOnAcceptHandleSourcesPropertiesSingle Property Definitions ****************
UObject* (*const Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase,
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::ClassParams = {
&UOnAcceptHandleSourcesPropertiesSingle::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::Class_MetaDataParams), Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::Class_MetaDataParams)
};
void UOnAcceptHandleSourcesPropertiesSingle::StaticRegisterNativesUOnAcceptHandleSourcesPropertiesSingle()
{
}
UClass* Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle()
{
if (!Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesSingle.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesSingle.OuterSingleton, Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesSingle.OuterSingleton;
}
UOnAcceptHandleSourcesPropertiesSingle::UOnAcceptHandleSourcesPropertiesSingle(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOnAcceptHandleSourcesPropertiesSingle);
UOnAcceptHandleSourcesPropertiesSingle::~UOnAcceptHandleSourcesPropertiesSingle() {}
// ********** End Class UOnAcceptHandleSourcesPropertiesSingle *************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_OnAcceptProperties_h__Script_ModelingComponents_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EHandleSourcesMethod_StaticEnum, TEXT("EHandleSourcesMethod"), &Z_Registration_Info_UEnum_EHandleSourcesMethod, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3613149408U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesBase, UOnAcceptHandleSourcesPropertiesBase::StaticClass, TEXT("UOnAcceptHandleSourcesPropertiesBase"), &Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOnAcceptHandleSourcesPropertiesBase), 1624036408U) },
{ Z_Construct_UClass_UOnAcceptHandleSourcesProperties, UOnAcceptHandleSourcesProperties::StaticClass, TEXT("UOnAcceptHandleSourcesProperties"), &Z_Registration_Info_UClass_UOnAcceptHandleSourcesProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOnAcceptHandleSourcesProperties), 3439193220U) },
{ Z_Construct_UClass_UOnAcceptHandleSourcesPropertiesSingle, UOnAcceptHandleSourcesPropertiesSingle::StaticClass, TEXT("UOnAcceptHandleSourcesPropertiesSingle"), &Z_Registration_Info_UClass_UOnAcceptHandleSourcesPropertiesSingle, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOnAcceptHandleSourcesPropertiesSingle), 4144506505U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_OnAcceptProperties_h__Script_ModelingComponents_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_OnAcceptProperties_h__Script_ModelingComponents_3223792793{
TEXT("/Script/ModelingComponents"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_OnAcceptProperties_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_OnAcceptProperties_h__Script_ModelingComponents_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_OnAcceptProperties_h__Script_ModelingComponents_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_OnAcceptProperties_h__Script_ModelingComponents_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS