// 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 "CSGMeshesTool.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCSGMeshesTool() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor(); ENGINE_API UClass* Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesTool(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesTool_NoRegister(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesToolBuilder(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesToolBuilder_NoRegister(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesToolProperties(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UCSGMeshesToolProperties_NoRegister(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UTrimMeshesToolProperties(); MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UTrimMeshesToolProperties_NoRegister(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UBaseCreateFromSelectedTool(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UBaseCreateFromSelectedToolBuilder(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_ULineSetComponent_NoRegister(); MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPreviewMesh_NoRegister(); MODELINGOPERATORS_API UEnum* Z_Construct_UEnum_ModelingOperators_ECSGOperation(); MODELINGOPERATORS_API UEnum* Z_Construct_UEnum_ModelingOperators_ETrimOperation(); MODELINGOPERATORS_API UEnum* Z_Construct_UEnum_ModelingOperators_ETrimSide(); UPackage* Z_Construct_UPackage__Script_MeshModelingTools(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UCSGMeshesToolProperties ************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UCSGMeshesToolProperties; UClass* UCSGMeshesToolProperties::GetPrivateStaticClass() { using TClass = UCSGMeshesToolProperties; if (!Z_Registration_Info_UClass_UCSGMeshesToolProperties.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CSGMeshesToolProperties"), Z_Registration_Info_UClass_UCSGMeshesToolProperties.InnerSingleton, StaticRegisterNativesUCSGMeshesToolProperties, 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_UCSGMeshesToolProperties.InnerSingleton; } UClass* Z_Construct_UClass_UCSGMeshesToolProperties_NoRegister() { return UCSGMeshesToolProperties::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCSGMeshesToolProperties_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Standard properties of the CSG operation\n */" }, { "IncludePath", "CSGMeshesTool.h" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Standard properties of the CSG operation" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Operation_MetaData[] = { { "Category", "Boolean" }, { "Comment", "/** Type of Boolean operation */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Type of Boolean operation" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTryFixHoles_MetaData[] = { { "Category", "Boolean" }, { "Comment", "/** Try to fill holes created by the Boolean operation, e.g. due to numerical errors */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Try to fill holes created by the Boolean operation, e.g. due to numerical errors" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTryCollapseEdges_MetaData[] = { { "Category", "Boolean" }, { "Comment", "/** Try to collapse extra edges created by the Boolean operation */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Try to collapse extra edges created by the Boolean operation" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WindingThreshold_MetaData[] = { { "Category", "Boolean" }, { "Comment", "/** Threshold to determine whether a triangle in one mesh is inside or outside of the other */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Threshold to determine whether a triangle in one mesh is inside or outside of the other" }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowNewBoundaries_MetaData[] = { { "Category", "Display" }, { "Comment", "/** Show boundary edges created by the Boolean operation, which might happen due to numerical errors */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Show boundary edges created by the Boolean operation, which might happen due to numerical errors" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowSubtractedMesh_MetaData[] = { { "Category", "Display" }, { "Comment", "/** Show a translucent version of the subtracted mesh, to help visualize geometry that is being removed */" }, { "EditCondition", "Operation == ECSGOperation::DifferenceAB || Operation == ECSGOperation::DifferenceBA" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Show a translucent version of the subtracted mesh, to help visualize geometry that is being removed" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubtractedMeshOpacity_MetaData[] = { { "Category", "Display" }, { "ClampMax", "1" }, { "ClampMin", "0" }, { "Comment", "/** Opacity of the translucent subtracted mesh */" }, { "DisplayName", "Opacity Subtracted Mesh" }, { "EditCondition", "bShowSubtractedMesh && Operation == ECSGOperation::DifferenceAB || bShowSubtractedMesh && Operation == ECSGOperation::DifferenceBA" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Opacity of the translucent subtracted mesh" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubtractedMeshColor_MetaData[] = { { "Category", "Display" }, { "ClampMax", "1" }, { "ClampMin", "0" }, { "Comment", "/** Color of the translucent subtracted mesh */" }, { "DisplayName", "Color Subtracted Mesh" }, { "EditCondition", "bShowSubtractedMesh && Operation == ECSGOperation::DifferenceAB || bShowSubtractedMesh && Operation == ECSGOperation::DifferenceBA" }, { "HideAlphaChannel", "" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Color of the translucent subtracted mesh" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseFirstMeshMaterials_MetaData[] = { { "Category", "Materials" }, { "Comment", "/** If true, only the first mesh will keep its material assignments, and all other faces will have the first material assigned */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "If true, only the first mesh will keep its material assignments, and all other faces will have the first material assigned" }, }; #endif // WITH_METADATA // ********** Begin Class UCSGMeshesToolProperties constinit property declarations ***************** static const UECodeGen_Private::FBytePropertyParams NewProp_Operation_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_Operation; static void NewProp_bTryFixHoles_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bTryFixHoles; static void NewProp_bTryCollapseEdges_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bTryCollapseEdges; static const UECodeGen_Private::FFloatPropertyParams NewProp_WindingThreshold; static void NewProp_bShowNewBoundaries_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowNewBoundaries; static void NewProp_bShowSubtractedMesh_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowSubtractedMesh; static const UECodeGen_Private::FFloatPropertyParams NewProp_SubtractedMeshOpacity; static const UECodeGen_Private::FStructPropertyParams NewProp_SubtractedMeshColor; static void NewProp_bUseFirstMeshMaterials_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseFirstMeshMaterials; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCSGMeshesToolProperties constinit property declarations ******************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCSGMeshesToolProperties_Statics // ********** Begin Class UCSGMeshesToolProperties Property Definitions **************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_Operation_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_UCSGMeshesToolProperties_Statics::NewProp_Operation = { "Operation", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesToolProperties, Operation), Z_Construct_UEnum_ModelingOperators_ECSGOperation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Operation_MetaData), NewProp_Operation_MetaData) }; // 2710173832 void Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryFixHoles_SetBit(void* Obj) { ((UCSGMeshesToolProperties*)Obj)->bTryFixHoles = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryFixHoles = { "bTryFixHoles", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCSGMeshesToolProperties), &Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryFixHoles_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTryFixHoles_MetaData), NewProp_bTryFixHoles_MetaData) }; void Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryCollapseEdges_SetBit(void* Obj) { ((UCSGMeshesToolProperties*)Obj)->bTryCollapseEdges = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryCollapseEdges = { "bTryCollapseEdges", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCSGMeshesToolProperties), &Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryCollapseEdges_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTryCollapseEdges_MetaData), NewProp_bTryCollapseEdges_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_WindingThreshold = { "WindingThreshold", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesToolProperties, WindingThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WindingThreshold_MetaData), NewProp_WindingThreshold_MetaData) }; void Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowNewBoundaries_SetBit(void* Obj) { ((UCSGMeshesToolProperties*)Obj)->bShowNewBoundaries = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowNewBoundaries = { "bShowNewBoundaries", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCSGMeshesToolProperties), &Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowNewBoundaries_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowNewBoundaries_MetaData), NewProp_bShowNewBoundaries_MetaData) }; void Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowSubtractedMesh_SetBit(void* Obj) { ((UCSGMeshesToolProperties*)Obj)->bShowSubtractedMesh = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowSubtractedMesh = { "bShowSubtractedMesh", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCSGMeshesToolProperties), &Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowSubtractedMesh_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowSubtractedMesh_MetaData), NewProp_bShowSubtractedMesh_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_SubtractedMeshOpacity = { "SubtractedMeshOpacity", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesToolProperties, SubtractedMeshOpacity), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubtractedMeshOpacity_MetaData), NewProp_SubtractedMeshOpacity_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_SubtractedMeshColor = { "SubtractedMeshColor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesToolProperties, SubtractedMeshColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubtractedMeshColor_MetaData), NewProp_SubtractedMeshColor_MetaData) }; void Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bUseFirstMeshMaterials_SetBit(void* Obj) { ((UCSGMeshesToolProperties*)Obj)->bUseFirstMeshMaterials = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bUseFirstMeshMaterials = { "bUseFirstMeshMaterials", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCSGMeshesToolProperties), &Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bUseFirstMeshMaterials_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseFirstMeshMaterials_MetaData), NewProp_bUseFirstMeshMaterials_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCSGMeshesToolProperties_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_Operation_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_Operation, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryFixHoles, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bTryCollapseEdges, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_WindingThreshold, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowNewBoundaries, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bShowSubtractedMesh, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_SubtractedMeshOpacity, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_SubtractedMeshColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesToolProperties_Statics::NewProp_bUseFirstMeshMaterials, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesToolProperties_Statics::PropPointers) < 2048); // ********** End Class UCSGMeshesToolProperties Property Definitions ****************************** UObject* (*const Z_Construct_UClass_UCSGMeshesToolProperties_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet, (UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesToolProperties_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCSGMeshesToolProperties_Statics::ClassParams = { &UCSGMeshesToolProperties::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UCSGMeshesToolProperties_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesToolProperties_Statics::PropPointers), 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesToolProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UCSGMeshesToolProperties_Statics::Class_MetaDataParams) }; void UCSGMeshesToolProperties::StaticRegisterNativesUCSGMeshesToolProperties() { } UClass* Z_Construct_UClass_UCSGMeshesToolProperties() { if (!Z_Registration_Info_UClass_UCSGMeshesToolProperties.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCSGMeshesToolProperties.OuterSingleton, Z_Construct_UClass_UCSGMeshesToolProperties_Statics::ClassParams); } return Z_Registration_Info_UClass_UCSGMeshesToolProperties.OuterSingleton; } UCSGMeshesToolProperties::UCSGMeshesToolProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCSGMeshesToolProperties); UCSGMeshesToolProperties::~UCSGMeshesToolProperties() {} // ********** End Class UCSGMeshesToolProperties *************************************************** // ********** Begin Class UTrimMeshesToolProperties ************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UTrimMeshesToolProperties; UClass* UTrimMeshesToolProperties::GetPrivateStaticClass() { using TClass = UTrimMeshesToolProperties; if (!Z_Registration_Info_UClass_UTrimMeshesToolProperties.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("TrimMeshesToolProperties"), Z_Registration_Info_UClass_UTrimMeshesToolProperties.InnerSingleton, StaticRegisterNativesUTrimMeshesToolProperties, 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_UTrimMeshesToolProperties.InnerSingleton; } UClass* Z_Construct_UClass_UTrimMeshesToolProperties_NoRegister() { return UTrimMeshesToolProperties::GetPrivateStaticClass(); } struct Z_Construct_UClass_UTrimMeshesToolProperties_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Properties of the trim mode\n */" }, { "IncludePath", "CSGMeshesTool.h" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Properties of the trim mode" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WhichMesh_MetaData[] = { { "Category", "Operation" }, { "Comment", "/** Which object to trim */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Which object to trim" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TrimSide_MetaData[] = { { "Category", "Operation" }, { "Comment", "/** Whether to remove the surface inside or outside of the trimming geometry */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Whether to remove the surface inside or outside of the trimming geometry" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WindingThreshold_MetaData[] = { { "Category", "Operation" }, { "Comment", "/** Threshold to determine whether a triangle in one mesh is inside or outside of the other */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Threshold to determine whether a triangle in one mesh is inside or outside of the other" }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowTrimmingMesh_MetaData[] = { { "Category", "Display" }, { "Comment", "/** Whether to show a translucent version of the trimming mesh, to help visualize what is being cut */" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Whether to show a translucent version of the trimming mesh, to help visualize what is being cut" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OpacityOfTrimmingMesh_MetaData[] = { { "Category", "Display" }, { "ClampMax", "1" }, { "ClampMin", "0" }, { "Comment", "/** Opacity of translucent version of the trimming mesh */" }, { "EditCondition", "bShowTrimmingMesh" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Opacity of translucent version of the trimming mesh" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColorOfTrimmingMesh_MetaData[] = { { "Category", "Display" }, { "Comment", "/** Color of translucent version of the trimming mesh */" }, { "EditCondition", "bShowTrimmingMesh" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Color of translucent version of the trimming mesh" }, }; #endif // WITH_METADATA // ********** Begin Class UTrimMeshesToolProperties constinit property declarations **************** static const UECodeGen_Private::FBytePropertyParams NewProp_WhichMesh_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_WhichMesh; static const UECodeGen_Private::FBytePropertyParams NewProp_TrimSide_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_TrimSide; static const UECodeGen_Private::FFloatPropertyParams NewProp_WindingThreshold; static void NewProp_bShowTrimmingMesh_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowTrimmingMesh; static const UECodeGen_Private::FFloatPropertyParams NewProp_OpacityOfTrimmingMesh; static const UECodeGen_Private::FStructPropertyParams NewProp_ColorOfTrimmingMesh; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UTrimMeshesToolProperties constinit property declarations ****************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UTrimMeshesToolProperties_Statics // ********** Begin Class UTrimMeshesToolProperties Property Definitions *************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_WhichMesh_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_UTrimMeshesToolProperties_Statics::NewProp_WhichMesh = { "WhichMesh", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTrimMeshesToolProperties, WhichMesh), Z_Construct_UEnum_ModelingOperators_ETrimOperation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WhichMesh_MetaData), NewProp_WhichMesh_MetaData) }; // 3368537312 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_TrimSide_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_UTrimMeshesToolProperties_Statics::NewProp_TrimSide = { "TrimSide", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTrimMeshesToolProperties, TrimSide), Z_Construct_UEnum_ModelingOperators_ETrimSide, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TrimSide_MetaData), NewProp_TrimSide_MetaData) }; // 3059266948 const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_WindingThreshold = { "WindingThreshold", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTrimMeshesToolProperties, WindingThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WindingThreshold_MetaData), NewProp_WindingThreshold_MetaData) }; void Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_bShowTrimmingMesh_SetBit(void* Obj) { ((UTrimMeshesToolProperties*)Obj)->bShowTrimmingMesh = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_bShowTrimmingMesh = { "bShowTrimmingMesh", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UTrimMeshesToolProperties), &Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_bShowTrimmingMesh_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowTrimmingMesh_MetaData), NewProp_bShowTrimmingMesh_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_OpacityOfTrimmingMesh = { "OpacityOfTrimmingMesh", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTrimMeshesToolProperties, OpacityOfTrimmingMesh), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OpacityOfTrimmingMesh_MetaData), NewProp_OpacityOfTrimmingMesh_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_ColorOfTrimmingMesh = { "ColorOfTrimmingMesh", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTrimMeshesToolProperties, ColorOfTrimmingMesh), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColorOfTrimmingMesh_MetaData), NewProp_ColorOfTrimmingMesh_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UTrimMeshesToolProperties_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_WhichMesh_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_WhichMesh, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_TrimSide_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_TrimSide, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_WindingThreshold, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_bShowTrimmingMesh, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_OpacityOfTrimmingMesh, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTrimMeshesToolProperties_Statics::NewProp_ColorOfTrimmingMesh, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTrimMeshesToolProperties_Statics::PropPointers) < 2048); // ********** End Class UTrimMeshesToolProperties Property Definitions ***************************** UObject* (*const Z_Construct_UClass_UTrimMeshesToolProperties_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet, (UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTrimMeshesToolProperties_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UTrimMeshesToolProperties_Statics::ClassParams = { &UTrimMeshesToolProperties::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UTrimMeshesToolProperties_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UTrimMeshesToolProperties_Statics::PropPointers), 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTrimMeshesToolProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UTrimMeshesToolProperties_Statics::Class_MetaDataParams) }; void UTrimMeshesToolProperties::StaticRegisterNativesUTrimMeshesToolProperties() { } UClass* Z_Construct_UClass_UTrimMeshesToolProperties() { if (!Z_Registration_Info_UClass_UTrimMeshesToolProperties.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTrimMeshesToolProperties.OuterSingleton, Z_Construct_UClass_UTrimMeshesToolProperties_Statics::ClassParams); } return Z_Registration_Info_UClass_UTrimMeshesToolProperties.OuterSingleton; } UTrimMeshesToolProperties::UTrimMeshesToolProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTrimMeshesToolProperties); UTrimMeshesToolProperties::~UTrimMeshesToolProperties() {} // ********** End Class UTrimMeshesToolProperties ************************************************** // ********** Begin Class UCSGMeshesTool *********************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UCSGMeshesTool; UClass* UCSGMeshesTool::GetPrivateStaticClass() { using TClass = UCSGMeshesTool; if (!Z_Registration_Info_UClass_UCSGMeshesTool.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CSGMeshesTool"), Z_Registration_Info_UClass_UCSGMeshesTool.InnerSingleton, StaticRegisterNativesUCSGMeshesTool, 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_UCSGMeshesTool.InnerSingleton; } UClass* Z_Construct_UClass_UCSGMeshesTool_NoRegister() { return UCSGMeshesTool::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCSGMeshesTool_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Simple Mesh Plane Cutting Tool\n */" }, { "IncludePath", "CSGMeshesTool.h" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Simple Mesh Plane Cutting Tool" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CSGProperties_MetaData[] = { { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TrimProperties_MetaData[] = { { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OriginalMeshPreviews_MetaData[] = { { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewsGhostMaterial_MetaData[] = { { "Comment", "// Material used to show the otherwise-invisible cutting/trimming mesh\n" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, { "ToolTip", "Material used to show the otherwise-invisible cutting/trimming mesh" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DrawnLineSet_MetaData[] = { { "EditInline", "true" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, }; #endif // WITH_METADATA // ********** Begin Class UCSGMeshesTool constinit property declarations *************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_CSGProperties; static const UECodeGen_Private::FObjectPropertyParams NewProp_TrimProperties; static const UECodeGen_Private::FObjectPropertyParams NewProp_OriginalMeshPreviews_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_OriginalMeshPreviews; static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewsGhostMaterial; static const UECodeGen_Private::FObjectPropertyParams NewProp_DrawnLineSet; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCSGMeshesTool constinit property declarations ***************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCSGMeshesTool_Statics // ********** Begin Class UCSGMeshesTool Property Definitions ************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_CSGProperties = { "CSGProperties", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesTool, CSGProperties), Z_Construct_UClass_UCSGMeshesToolProperties_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CSGProperties_MetaData), NewProp_CSGProperties_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_TrimProperties = { "TrimProperties", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesTool, TrimProperties), Z_Construct_UClass_UTrimMeshesToolProperties_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TrimProperties_MetaData), NewProp_TrimProperties_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_OriginalMeshPreviews_Inner = { "OriginalMeshPreviews", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPreviewMesh_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_OriginalMeshPreviews = { "OriginalMeshPreviews", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesTool, OriginalMeshPreviews), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OriginalMeshPreviews_MetaData), NewProp_OriginalMeshPreviews_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_PreviewsGhostMaterial = { "PreviewsGhostMaterial", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesTool, PreviewsGhostMaterial), Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewsGhostMaterial_MetaData), NewProp_PreviewsGhostMaterial_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_DrawnLineSet = { "DrawnLineSet", nullptr, (EPropertyFlags)0x0124080000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCSGMeshesTool, DrawnLineSet), Z_Construct_UClass_ULineSetComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DrawnLineSet_MetaData), NewProp_DrawnLineSet_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCSGMeshesTool_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_CSGProperties, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_TrimProperties, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_OriginalMeshPreviews_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_OriginalMeshPreviews, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_PreviewsGhostMaterial, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCSGMeshesTool_Statics::NewProp_DrawnLineSet, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesTool_Statics::PropPointers) < 2048); // ********** End Class UCSGMeshesTool Property Definitions **************************************** UObject* (*const Z_Construct_UClass_UCSGMeshesTool_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UBaseCreateFromSelectedTool, (UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesTool_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCSGMeshesTool_Statics::ClassParams = { &UCSGMeshesTool::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UCSGMeshesTool_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesTool_Statics::PropPointers), 0, 0x008800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesTool_Statics::Class_MetaDataParams), Z_Construct_UClass_UCSGMeshesTool_Statics::Class_MetaDataParams) }; void UCSGMeshesTool::StaticRegisterNativesUCSGMeshesTool() { } UClass* Z_Construct_UClass_UCSGMeshesTool() { if (!Z_Registration_Info_UClass_UCSGMeshesTool.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCSGMeshesTool.OuterSingleton, Z_Construct_UClass_UCSGMeshesTool_Statics::ClassParams); } return Z_Registration_Info_UClass_UCSGMeshesTool.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCSGMeshesTool); UCSGMeshesTool::~UCSGMeshesTool() {} // ********** End Class UCSGMeshesTool ************************************************************* // ********** Begin Class UCSGMeshesToolBuilder **************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UCSGMeshesToolBuilder; UClass* UCSGMeshesToolBuilder::GetPrivateStaticClass() { using TClass = UCSGMeshesToolBuilder; if (!Z_Registration_Info_UClass_UCSGMeshesToolBuilder.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CSGMeshesToolBuilder"), Z_Registration_Info_UClass_UCSGMeshesToolBuilder.InnerSingleton, StaticRegisterNativesUCSGMeshesToolBuilder, 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_UCSGMeshesToolBuilder.InnerSingleton; } UClass* Z_Construct_UClass_UCSGMeshesToolBuilder_NoRegister() { return UCSGMeshesToolBuilder::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCSGMeshesToolBuilder_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "CSGMeshesTool.h" }, { "ModuleRelativePath", "Public/CSGMeshesTool.h" }, }; #endif // WITH_METADATA // ********** Begin Class UCSGMeshesToolBuilder constinit property declarations ******************** // ********** End Class UCSGMeshesToolBuilder constinit property declarations ********************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCSGMeshesToolBuilder_Statics UObject* (*const Z_Construct_UClass_UCSGMeshesToolBuilder_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UBaseCreateFromSelectedToolBuilder, (UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesToolBuilder_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCSGMeshesToolBuilder_Statics::ClassParams = { &UCSGMeshesToolBuilder::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCSGMeshesToolBuilder_Statics::Class_MetaDataParams), Z_Construct_UClass_UCSGMeshesToolBuilder_Statics::Class_MetaDataParams) }; void UCSGMeshesToolBuilder::StaticRegisterNativesUCSGMeshesToolBuilder() { } UClass* Z_Construct_UClass_UCSGMeshesToolBuilder() { if (!Z_Registration_Info_UClass_UCSGMeshesToolBuilder.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCSGMeshesToolBuilder.OuterSingleton, Z_Construct_UClass_UCSGMeshesToolBuilder_Statics::ClassParams); } return Z_Registration_Info_UClass_UCSGMeshesToolBuilder.OuterSingleton; } UCSGMeshesToolBuilder::UCSGMeshesToolBuilder(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCSGMeshesToolBuilder); UCSGMeshesToolBuilder::~UCSGMeshesToolBuilder() {} // ********** End Class UCSGMeshesToolBuilder ****************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h__Script_MeshModelingTools_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UCSGMeshesToolProperties, UCSGMeshesToolProperties::StaticClass, TEXT("UCSGMeshesToolProperties"), &Z_Registration_Info_UClass_UCSGMeshesToolProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCSGMeshesToolProperties), 2523457169U) }, { Z_Construct_UClass_UTrimMeshesToolProperties, UTrimMeshesToolProperties::StaticClass, TEXT("UTrimMeshesToolProperties"), &Z_Registration_Info_UClass_UTrimMeshesToolProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTrimMeshesToolProperties), 2009259949U) }, { Z_Construct_UClass_UCSGMeshesTool, UCSGMeshesTool::StaticClass, TEXT("UCSGMeshesTool"), &Z_Registration_Info_UClass_UCSGMeshesTool, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCSGMeshesTool), 839801250U) }, { Z_Construct_UClass_UCSGMeshesToolBuilder, UCSGMeshesToolBuilder::StaticClass, TEXT("UCSGMeshesToolBuilder"), &Z_Registration_Info_UClass_UCSGMeshesToolBuilder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCSGMeshesToolBuilder), 611258174U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h__Script_MeshModelingTools_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h__Script_MeshModelingTools_1549357684{ TEXT("/Script/MeshModelingTools"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h__Script_MeshModelingTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_CSGMeshesTool_h__Script_MeshModelingTools_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS