195 lines
13 KiB
C++
195 lines
13 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 "PropertySets/VoxelProperties.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeVoxelProperties() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UVoxelProperties();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UVoxelProperties_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_ModelingComponents();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UVoxelProperties *********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UVoxelProperties;
|
|
UClass* UVoxelProperties::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UVoxelProperties;
|
|
if (!Z_Registration_Info_UClass_UVoxelProperties.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("VoxelProperties"),
|
|
Z_Registration_Info_UClass_UVoxelProperties.InnerSingleton,
|
|
StaticRegisterNativesUVoxelProperties,
|
|
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_UVoxelProperties.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UVoxelProperties_NoRegister()
|
|
{
|
|
return UVoxelProperties::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UVoxelProperties_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "PropertySets/VoxelProperties.h" },
|
|
{ "ModuleRelativePath", "Public/PropertySets/VoxelProperties.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VoxelCount_MetaData[] = {
|
|
{ "Category", "VoxelSettings" },
|
|
{ "ClampMax", "1024" },
|
|
{ "ClampMin", "8" },
|
|
{ "Comment", "/** The size of the geometry bounding box major axis measured in voxels */" },
|
|
{ "ModuleRelativePath", "Public/PropertySets/VoxelProperties.h" },
|
|
{ "ToolTip", "The size of the geometry bounding box major axis measured in voxels" },
|
|
{ "UIMax", "1024" },
|
|
{ "UIMin", "8" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoSimplify_MetaData[] = {
|
|
{ "Category", "VoxelSettings" },
|
|
{ "Comment", "/** Automatically simplify the result of voxel-based meshes.*/" },
|
|
{ "ModuleRelativePath", "Public/PropertySets/VoxelProperties.h" },
|
|
{ "ToolTip", "Automatically simplify the result of voxel-based meshes." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRemoveInternalSurfaces_MetaData[] = {
|
|
{ "Category", "VoxelSettings" },
|
|
{ "Comment", "/** Remove internal, occluded geometry */" },
|
|
{ "ModuleRelativePath", "Public/PropertySets/VoxelProperties.h" },
|
|
{ "ToolTip", "Remove internal, occluded geometry" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimplifyMaxErrorFactor_MetaData[] = {
|
|
{ "Category", "VoxelSettings" },
|
|
{ "ClampMax", "10" },
|
|
{ "ClampMin", ".001" },
|
|
{ "Comment", "/** The max error (as a multiple of the voxel size) to accept when simplifying the output */" },
|
|
{ "EditCondition", "bAutoSimplify == true" },
|
|
{ "ModuleRelativePath", "Public/PropertySets/VoxelProperties.h" },
|
|
{ "ToolTip", "The max error (as a multiple of the voxel size) to accept when simplifying the output" },
|
|
{ "UIMax", "5" },
|
|
{ "UIMin", ".1" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CubeRootMinComponentVolume_MetaData[] = {
|
|
{ "Category", "VoxelSettings" },
|
|
{ "ClampMax", "1000" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Automatically remove components smaller than this (to clean up any isolated floating bits) */" },
|
|
{ "ModuleRelativePath", "Public/PropertySets/VoxelProperties.h" },
|
|
{ "ToolTip", "Automatically remove components smaller than this (to clean up any isolated floating bits)" },
|
|
{ "UIMax", "100" },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UVoxelProperties constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_VoxelCount;
|
|
static void NewProp_bAutoSimplify_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoSimplify;
|
|
static void NewProp_bRemoveInternalSurfaces_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRemoveInternalSurfaces;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_SimplifyMaxErrorFactor;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_CubeRootMinComponentVolume;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UVoxelProperties constinit property declarations ***************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UVoxelProperties>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UVoxelProperties_Statics
|
|
|
|
// ********** Begin Class UVoxelProperties Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UVoxelProperties_Statics::NewProp_VoxelCount = { "VoxelCount", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelProperties, VoxelCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VoxelCount_MetaData), NewProp_VoxelCount_MetaData) };
|
|
void Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bAutoSimplify_SetBit(void* Obj)
|
|
{
|
|
((UVoxelProperties*)Obj)->bAutoSimplify = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bAutoSimplify = { "bAutoSimplify", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UVoxelProperties), &Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bAutoSimplify_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoSimplify_MetaData), NewProp_bAutoSimplify_MetaData) };
|
|
void Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bRemoveInternalSurfaces_SetBit(void* Obj)
|
|
{
|
|
((UVoxelProperties*)Obj)->bRemoveInternalSurfaces = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bRemoveInternalSurfaces = { "bRemoveInternalSurfaces", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UVoxelProperties), &Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bRemoveInternalSurfaces_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRemoveInternalSurfaces_MetaData), NewProp_bRemoveInternalSurfaces_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UVoxelProperties_Statics::NewProp_SimplifyMaxErrorFactor = { "SimplifyMaxErrorFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelProperties, SimplifyMaxErrorFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimplifyMaxErrorFactor_MetaData), NewProp_SimplifyMaxErrorFactor_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UVoxelProperties_Statics::NewProp_CubeRootMinComponentVolume = { "CubeRootMinComponentVolume", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UVoxelProperties, CubeRootMinComponentVolume), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CubeRootMinComponentVolume_MetaData), NewProp_CubeRootMinComponentVolume_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UVoxelProperties_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelProperties_Statics::NewProp_VoxelCount,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bAutoSimplify,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelProperties_Statics::NewProp_bRemoveInternalSurfaces,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelProperties_Statics::NewProp_SimplifyMaxErrorFactor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVoxelProperties_Statics::NewProp_CubeRootMinComponentVolume,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelProperties_Statics::PropPointers) < 2048);
|
|
// ********** End Class UVoxelProperties Property Definitions **************************************
|
|
UObject* (*const Z_Construct_UClass_UVoxelProperties_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelProperties_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVoxelProperties_Statics::ClassParams = {
|
|
&UVoxelProperties::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UVoxelProperties_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelProperties_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVoxelProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UVoxelProperties_Statics::Class_MetaDataParams)
|
|
};
|
|
void UVoxelProperties::StaticRegisterNativesUVoxelProperties()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UVoxelProperties()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UVoxelProperties.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVoxelProperties.OuterSingleton, Z_Construct_UClass_UVoxelProperties_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UVoxelProperties.OuterSingleton;
|
|
}
|
|
UVoxelProperties::UVoxelProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVoxelProperties);
|
|
UVoxelProperties::~UVoxelProperties() {}
|
|
// ********** End Class UVoxelProperties ***********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_VoxelProperties_h__Script_ModelingComponents_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UVoxelProperties, UVoxelProperties::StaticClass, TEXT("UVoxelProperties"), &Z_Registration_Info_UClass_UVoxelProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVoxelProperties), 2263786355U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_VoxelProperties_h__Script_ModelingComponents_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_VoxelProperties_h__Script_ModelingComponents_2622871664{
|
|
TEXT("/Script/ModelingComponents"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_VoxelProperties_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_PropertySets_VoxelProperties_h__Script_ModelingComponents_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|