Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MeshModelingToolsExp/UHT/VoxelSolidifyMeshesTool.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

398 lines
25 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 "VoxelSolidifyMeshesTool.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeVoxelSolidifyMeshesTool() {}
// ********** Begin Cross Module References ********************************************************
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UVoxelSolidifyMeshesTool();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UVoxelSolidifyMeshesTool_NoRegister();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_NoRegister();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_NoRegister();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UBaseCreateFromSelectedToolBuilder();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UBaseVoxelTool();
UPackage* Z_Construct_UPackage__Script_MeshModelingToolsExp();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UVoxelSolidifyMeshesToolProperties ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolProperties;
UClass* UVoxelSolidifyMeshesToolProperties::GetPrivateStaticClass()
{
using TClass = UVoxelSolidifyMeshesToolProperties;
if (!Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VoxelSolidifyMeshesToolProperties"),
Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolProperties.InnerSingleton,
StaticRegisterNativesUVoxelSolidifyMeshesToolProperties,
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_UVoxelSolidifyMeshesToolProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_NoRegister()
{
return UVoxelSolidifyMeshesToolProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Properties of the solidify operation\n */" },
{ "IncludePath", "VoxelSolidifyMeshesTool.h" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "Properties of the solidify operation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WindingThreshold_MetaData[] = {
{ "Category", "Options" },
{ "ClampMax", "10" },
{ "ClampMin", "-10" },
{ "Comment", "/** Winding number threshold to determine what is consider inside the mesh */" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "Winding number threshold to determine what is consider inside the mesh" },
{ "UIMax", ".9" },
{ "UIMin", "0.1" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExtendBounds_MetaData[] = {
{ "Category", "Options" },
{ "ClampMax", "1000" },
{ "ClampMin", "0" },
{ "Comment", "/** How far we allow bounds of solid surface to go beyond the bounds of the original input surface before clamping / cutting the surface off */" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "How far we allow bounds of solid surface to go beyond the bounds of the original input surface before clamping / cutting the surface off" },
{ "UIMax", "10" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurfaceSearchSteps_MetaData[] = {
{ "Category", "Options" },
{ "ClampMax", "10" },
{ "ClampMin", "0" },
{ "Comment", "/** How many binary search steps to take when placing vertices on the surface */" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "How many binary search steps to take when placing vertices on the surface" },
{ "UIMax", "6" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSolidAtBoundaries_MetaData[] = {
{ "Category", "Options" },
{ "Comment", "/** Whether to fill at the border of the bounding box, if the surface extends beyond the voxel boundaries */" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "Whether to fill at the border of the bounding box, if the surface extends beyond the voxel boundaries" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyThickenShells_MetaData[] = {
{ "Category", "Options" },
{ "Comment", "/** If true, uses the ThickenShells setting */" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "If true, uses the ThickenShells setting" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ThickenShells_MetaData[] = {
{ "Category", "Options" },
{ "ClampMax", "1000" },
{ "ClampMin", ".001" },
{ "Comment", "/** Thicken open-boundary surfaces (extrude them inwards) to ensure they are captured in the VoxWrap output. Units are in world space. */" },
{ "EditCondition", "bApplyThickenShells == true" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "Thicken open-boundary surfaces (extrude them inwards) to ensure they are captured in the VoxWrap output. Units are in world space." },
{ "UIMax", "100" },
{ "UIMin", ".1" },
};
#endif // WITH_METADATA
// ********** Begin Class UVoxelSolidifyMeshesToolProperties constinit property declarations *******
static const UECodeGen_Private::FDoublePropertyParams NewProp_WindingThreshold;
static const UECodeGen_Private::FDoublePropertyParams NewProp_ExtendBounds;
static const UECodeGen_Private::FIntPropertyParams NewProp_SurfaceSearchSteps;
static void NewProp_bSolidAtBoundaries_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSolidAtBoundaries;
static void NewProp_bApplyThickenShells_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyThickenShells;
static const UECodeGen_Private::FDoublePropertyParams NewProp_ThickenShells;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UVoxelSolidifyMeshesToolProperties constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVoxelSolidifyMeshesToolProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics
// ********** Begin Class UVoxelSolidifyMeshesToolProperties Property Definitions ******************
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_WindingThreshold = { "WindingThreshold", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelSolidifyMeshesToolProperties, WindingThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WindingThreshold_MetaData), NewProp_WindingThreshold_MetaData) };
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_ExtendBounds = { "ExtendBounds", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelSolidifyMeshesToolProperties, ExtendBounds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExtendBounds_MetaData), NewProp_ExtendBounds_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_SurfaceSearchSteps = { "SurfaceSearchSteps", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelSolidifyMeshesToolProperties, SurfaceSearchSteps), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurfaceSearchSteps_MetaData), NewProp_SurfaceSearchSteps_MetaData) };
void Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bSolidAtBoundaries_SetBit(void* Obj)
{
((UVoxelSolidifyMeshesToolProperties*)Obj)->bSolidAtBoundaries = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bSolidAtBoundaries = { "bSolidAtBoundaries", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UVoxelSolidifyMeshesToolProperties), &Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bSolidAtBoundaries_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSolidAtBoundaries_MetaData), NewProp_bSolidAtBoundaries_MetaData) };
void Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bApplyThickenShells_SetBit(void* Obj)
{
((UVoxelSolidifyMeshesToolProperties*)Obj)->bApplyThickenShells = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bApplyThickenShells = { "bApplyThickenShells", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UVoxelSolidifyMeshesToolProperties), &Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bApplyThickenShells_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyThickenShells_MetaData), NewProp_bApplyThickenShells_MetaData) };
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_ThickenShells = { "ThickenShells", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelSolidifyMeshesToolProperties, ThickenShells), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ThickenShells_MetaData), NewProp_ThickenShells_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_WindingThreshold,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_ExtendBounds,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_SurfaceSearchSteps,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bSolidAtBoundaries,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_bApplyThickenShells,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::NewProp_ThickenShells,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::PropPointers) < 2048);
// ********** End Class UVoxelSolidifyMeshesToolProperties Property Definitions ********************
UObject* (*const Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet,
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingToolsExp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::ClassParams = {
&UVoxelSolidifyMeshesToolProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::Class_MetaDataParams)
};
void UVoxelSolidifyMeshesToolProperties::StaticRegisterNativesUVoxelSolidifyMeshesToolProperties()
{
}
UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties()
{
if (!Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolProperties.OuterSingleton, Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolProperties.OuterSingleton;
}
UVoxelSolidifyMeshesToolProperties::UVoxelSolidifyMeshesToolProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVoxelSolidifyMeshesToolProperties);
UVoxelSolidifyMeshesToolProperties::~UVoxelSolidifyMeshesToolProperties() {}
// ********** End Class UVoxelSolidifyMeshesToolProperties *****************************************
// ********** Begin Class UVoxelSolidifyMeshesTool *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVoxelSolidifyMeshesTool;
UClass* UVoxelSolidifyMeshesTool::GetPrivateStaticClass()
{
using TClass = UVoxelSolidifyMeshesTool;
if (!Z_Registration_Info_UClass_UVoxelSolidifyMeshesTool.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VoxelSolidifyMeshesTool"),
Z_Registration_Info_UClass_UVoxelSolidifyMeshesTool.InnerSingleton,
StaticRegisterNativesUVoxelSolidifyMeshesTool,
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_UVoxelSolidifyMeshesTool.InnerSingleton;
}
UClass* Z_Construct_UClass_UVoxelSolidifyMeshesTool_NoRegister()
{
return UVoxelSolidifyMeshesTool::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Tool to take one or more meshes, possibly intersecting and possibly with holes, and create a single solid mesh with consistent inside/outside\n */" },
{ "IncludePath", "VoxelSolidifyMeshesTool.h" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
{ "ToolTip", "Tool to take one or more meshes, possibly intersecting and possibly with holes, and create a single solid mesh with consistent inside/outside" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SolidifyProperties_MetaData[] = {
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UVoxelSolidifyMeshesTool constinit property declarations *****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_SolidifyProperties;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UVoxelSolidifyMeshesTool constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVoxelSolidifyMeshesTool>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics
// ********** Begin Class UVoxelSolidifyMeshesTool Property Definitions ****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::NewProp_SolidifyProperties = { "SolidifyProperties", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelSolidifyMeshesTool, SolidifyProperties), Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SolidifyProperties_MetaData), NewProp_SolidifyProperties_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::NewProp_SolidifyProperties,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::PropPointers) < 2048);
// ********** End Class UVoxelSolidifyMeshesTool Property Definitions ******************************
UObject* (*const Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBaseVoxelTool,
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingToolsExp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::ClassParams = {
&UVoxelSolidifyMeshesTool::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::Class_MetaDataParams), Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::Class_MetaDataParams)
};
void UVoxelSolidifyMeshesTool::StaticRegisterNativesUVoxelSolidifyMeshesTool()
{
}
UClass* Z_Construct_UClass_UVoxelSolidifyMeshesTool()
{
if (!Z_Registration_Info_UClass_UVoxelSolidifyMeshesTool.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVoxelSolidifyMeshesTool.OuterSingleton, Z_Construct_UClass_UVoxelSolidifyMeshesTool_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVoxelSolidifyMeshesTool.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVoxelSolidifyMeshesTool);
UVoxelSolidifyMeshesTool::~UVoxelSolidifyMeshesTool() {}
// ********** End Class UVoxelSolidifyMeshesTool ***************************************************
// ********** Begin Class UVoxelSolidifyMeshesToolBuilder ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolBuilder;
UClass* UVoxelSolidifyMeshesToolBuilder::GetPrivateStaticClass()
{
using TClass = UVoxelSolidifyMeshesToolBuilder;
if (!Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolBuilder.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VoxelSolidifyMeshesToolBuilder"),
Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolBuilder.InnerSingleton,
StaticRegisterNativesUVoxelSolidifyMeshesToolBuilder,
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_UVoxelSolidifyMeshesToolBuilder.InnerSingleton;
}
UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_NoRegister()
{
return UVoxelSolidifyMeshesToolBuilder::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "VoxelSolidifyMeshesTool.h" },
{ "ModuleRelativePath", "Public/VoxelSolidifyMeshesTool.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UVoxelSolidifyMeshesToolBuilder constinit property declarations **********
// ********** End Class UVoxelSolidifyMeshesToolBuilder constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVoxelSolidifyMeshesToolBuilder>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics
UObject* (*const Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBaseCreateFromSelectedToolBuilder,
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingToolsExp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics::ClassParams = {
&UVoxelSolidifyMeshesToolBuilder::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics::Class_MetaDataParams), Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics::Class_MetaDataParams)
};
void UVoxelSolidifyMeshesToolBuilder::StaticRegisterNativesUVoxelSolidifyMeshesToolBuilder()
{
}
UClass* Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder()
{
if (!Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolBuilder.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolBuilder.OuterSingleton, Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolBuilder.OuterSingleton;
}
UVoxelSolidifyMeshesToolBuilder::UVoxelSolidifyMeshesToolBuilder(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVoxelSolidifyMeshesToolBuilder);
UVoxelSolidifyMeshesToolBuilder::~UVoxelSolidifyMeshesToolBuilder() {}
// ********** End Class UVoxelSolidifyMeshesToolBuilder ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_VoxelSolidifyMeshesTool_h__Script_MeshModelingToolsExp_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UVoxelSolidifyMeshesToolProperties, UVoxelSolidifyMeshesToolProperties::StaticClass, TEXT("UVoxelSolidifyMeshesToolProperties"), &Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVoxelSolidifyMeshesToolProperties), 3294974393U) },
{ Z_Construct_UClass_UVoxelSolidifyMeshesTool, UVoxelSolidifyMeshesTool::StaticClass, TEXT("UVoxelSolidifyMeshesTool"), &Z_Registration_Info_UClass_UVoxelSolidifyMeshesTool, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVoxelSolidifyMeshesTool), 1406975907U) },
{ Z_Construct_UClass_UVoxelSolidifyMeshesToolBuilder, UVoxelSolidifyMeshesToolBuilder::StaticClass, TEXT("UVoxelSolidifyMeshesToolBuilder"), &Z_Registration_Info_UClass_UVoxelSolidifyMeshesToolBuilder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVoxelSolidifyMeshesToolBuilder), 130023315U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_VoxelSolidifyMeshesTool_h__Script_MeshModelingToolsExp_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_VoxelSolidifyMeshesTool_h__Script_MeshModelingToolsExp_3959534312{
TEXT("/Script/MeshModelingToolsExp"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_VoxelSolidifyMeshesTool_h__Script_MeshModelingToolsExp_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_VoxelSolidifyMeshesTool_h__Script_MeshModelingToolsExp_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS