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

312 lines
27 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 "BakeMeshAttributeMapsToolBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeBakeMeshAttributeMapsToolBase() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UTexture2D_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_NoRegister();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeMapsToolBase();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_NoRegister();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeMeshAttributeTool();
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UBakeVisualizationProperties_NoRegister();
MESHMODELINGTOOLSEXP_API UEnum* Z_Construct_UEnum_MeshModelingToolsExp_EBakeMapType();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPreviewMesh_NoRegister();
UPackage* Z_Construct_UPackage__Script_MeshModelingToolsExp();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UBakeMeshAttributeMapsResultToolProperties *******************************
FClassRegistrationInfo Z_Registration_Info_UClass_UBakeMeshAttributeMapsResultToolProperties;
UClass* UBakeMeshAttributeMapsResultToolProperties::GetPrivateStaticClass()
{
using TClass = UBakeMeshAttributeMapsResultToolProperties;
if (!Z_Registration_Info_UClass_UBakeMeshAttributeMapsResultToolProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("BakeMeshAttributeMapsResultToolProperties"),
Z_Registration_Info_UClass_UBakeMeshAttributeMapsResultToolProperties.InnerSingleton,
StaticRegisterNativesUBakeMeshAttributeMapsResultToolProperties,
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_UBakeMeshAttributeMapsResultToolProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_NoRegister()
{
return UBakeMeshAttributeMapsResultToolProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "BakeMeshAttributeMapsToolBase.h" },
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Result_MetaData[] = {
{ "Category", "Results" },
{ "Comment", "/** Bake */" },
{ "DisplayName", "Results" },
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
{ "ToolTip", "Bake" },
{ "TransientToolProperty", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UBakeMeshAttributeMapsResultToolProperties constinit property declarations
static const UECodeGen_Private::FObjectPropertyParams NewProp_Result_ValueProp;
static const UECodeGen_Private::FIntPropertyParams NewProp_Result_Key_KeyProp_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Result_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_Result;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UBakeMeshAttributeMapsResultToolProperties constinit property declarations *
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UBakeMeshAttributeMapsResultToolProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics
// ********** Begin Class UBakeMeshAttributeMapsResultToolProperties Property Definitions **********
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result_ValueProp = { "Result", nullptr, (EPropertyFlags)0x0104000000020001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result_Key_KeyProp_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result_Key_KeyProp = { "Result_Key", nullptr, (EPropertyFlags)0x0100000000020001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_MeshModelingToolsExp_EBakeMapType, METADATA_PARAMS(0, nullptr) }; // 2239000422
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0114000000020001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsResultToolProperties, Result), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Result_MetaData), NewProp_Result_MetaData) }; // 2239000422
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result_Key_KeyProp_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::NewProp_Result,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::PropPointers) < 2048);
// ********** End Class UBakeMeshAttributeMapsResultToolProperties Property Definitions ************
UObject* (*const Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet,
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingToolsExp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::ClassParams = {
&UBakeMeshAttributeMapsResultToolProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::Class_MetaDataParams)
};
void UBakeMeshAttributeMapsResultToolProperties::StaticRegisterNativesUBakeMeshAttributeMapsResultToolProperties()
{
}
UClass* Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties()
{
if (!Z_Registration_Info_UClass_UBakeMeshAttributeMapsResultToolProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBakeMeshAttributeMapsResultToolProperties.OuterSingleton, Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UBakeMeshAttributeMapsResultToolProperties.OuterSingleton;
}
UBakeMeshAttributeMapsResultToolProperties::UBakeMeshAttributeMapsResultToolProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBakeMeshAttributeMapsResultToolProperties);
UBakeMeshAttributeMapsResultToolProperties::~UBakeMeshAttributeMapsResultToolProperties() {}
// ********** End Class UBakeMeshAttributeMapsResultToolProperties *********************************
// ********** Begin Class UBakeMeshAttributeMapsToolBase *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UBakeMeshAttributeMapsToolBase;
UClass* UBakeMeshAttributeMapsToolBase::GetPrivateStaticClass()
{
using TClass = UBakeMeshAttributeMapsToolBase;
if (!Z_Registration_Info_UClass_UBakeMeshAttributeMapsToolBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("BakeMeshAttributeMapsToolBase"),
Z_Registration_Info_UClass_UBakeMeshAttributeMapsToolBase.InnerSingleton,
StaticRegisterNativesUBakeMeshAttributeMapsToolBase,
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_UBakeMeshAttributeMapsToolBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_NoRegister()
{
return UBakeMeshAttributeMapsToolBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Base Bake Maps tool\n */" },
{ "IncludePath", "BakeMeshAttributeMapsToolBase.h" },
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
{ "ToolTip", "Base Bake Maps tool" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VisualizationProps_MetaData[] = {
{ "Comment", "//\n// Tool property sets\n//\n" },
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
{ "ToolTip", "Tool property sets" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewMesh_MetaData[] = {
{ "Comment", "//\n// Preview mesh and materials\n//\n" },
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
{ "ToolTip", "Preview mesh and materials" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewMaterial_MetaData[] = {
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BentNormalPreviewMaterial_MetaData[] = {
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachedMaps_MetaData[] = {
{ "Comment", "/**\n\x09 * Internal cache of bake texture results.\n\x09 * The tool can inject additional bake types that were not requested by the user. This\n\x09 * can occur in cases where a particular bake type might need another bake type to preview\n\x09 * such as BentNormal requiring AmbientOcclusion to preview. To avoid writing out assets\n\x09 * that the user did not request, we introduce CachedMaps as a temporary texture cache\n\x09 * for the tool preview. The Result array is then updated from CachedMaps to only hold\n\x09 * user requested textures that are written out on Shutdown.\n\x09 */" },
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
{ "ToolTip", "Internal cache of bake texture results.\nThe tool can inject additional bake types that were not requested by the user. This\ncan occur in cases where a particular bake type might need another bake type to preview\nsuch as BentNormal requiring AmbientOcclusion to preview. To avoid writing out assets\nthat the user did not request, we introduce CachedMaps as a temporary texture cache\nfor the tool preview. The Result array is then updated from CachedMaps to only hold\nuser requested textures that are written out on Shutdown." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmptyNormalMap_MetaData[] = {
{ "Comment", "// empty maps are shown when nothing is computed\n" },
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
{ "ToolTip", "empty maps are shown when nothing is computed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmptyColorMapBlack_MetaData[] = {
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmptyColorMapWhite_MetaData[] = {
{ "ModuleRelativePath", "Public/BakeMeshAttributeMapsToolBase.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UBakeMeshAttributeMapsToolBase constinit property declarations ***********
static const UECodeGen_Private::FObjectPropertyParams NewProp_VisualizationProps;
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewMesh;
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewMaterial;
static const UECodeGen_Private::FObjectPropertyParams NewProp_BentNormalPreviewMaterial;
static const UECodeGen_Private::FObjectPropertyParams NewProp_CachedMaps_ValueProp;
static const UECodeGen_Private::FIntPropertyParams NewProp_CachedMaps_Key_KeyProp_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_CachedMaps_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_CachedMaps;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EmptyNormalMap;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EmptyColorMapBlack;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EmptyColorMapWhite;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UBakeMeshAttributeMapsToolBase constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UBakeMeshAttributeMapsToolBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics
// ********** Begin Class UBakeMeshAttributeMapsToolBase Property Definitions **********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_VisualizationProps = { "VisualizationProps", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, VisualizationProps), Z_Construct_UClass_UBakeVisualizationProperties_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VisualizationProps_MetaData), NewProp_VisualizationProps_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_PreviewMesh = { "PreviewMesh", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, PreviewMesh), Z_Construct_UClass_UPreviewMesh_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewMesh_MetaData), NewProp_PreviewMesh_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_PreviewMaterial = { "PreviewMaterial", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, PreviewMaterial), Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewMaterial_MetaData), NewProp_PreviewMaterial_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_BentNormalPreviewMaterial = { "BentNormalPreviewMaterial", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, BentNormalPreviewMaterial), Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BentNormalPreviewMaterial_MetaData), NewProp_BentNormalPreviewMaterial_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps_ValueProp = { "CachedMaps", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps_Key_KeyProp_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps_Key_KeyProp = { "CachedMaps_Key", nullptr, (EPropertyFlags)0x0100000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_MeshModelingToolsExp_EBakeMapType, METADATA_PARAMS(0, nullptr) }; // 2239000422
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps = { "CachedMaps", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, CachedMaps), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachedMaps_MetaData), NewProp_CachedMaps_MetaData) }; // 2239000422
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_EmptyNormalMap = { "EmptyNormalMap", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, EmptyNormalMap), Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmptyNormalMap_MetaData), NewProp_EmptyNormalMap_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_EmptyColorMapBlack = { "EmptyColorMapBlack", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, EmptyColorMapBlack), Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmptyColorMapBlack_MetaData), NewProp_EmptyColorMapBlack_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_EmptyColorMapWhite = { "EmptyColorMapWhite", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBakeMeshAttributeMapsToolBase, EmptyColorMapWhite), Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmptyColorMapWhite_MetaData), NewProp_EmptyColorMapWhite_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_VisualizationProps,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_PreviewMesh,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_PreviewMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_BentNormalPreviewMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps_Key_KeyProp_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_CachedMaps,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_EmptyNormalMap,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_EmptyColorMapBlack,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::NewProp_EmptyColorMapWhite,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::PropPointers) < 2048);
// ********** End Class UBakeMeshAttributeMapsToolBase Property Definitions ************************
UObject* (*const Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBakeMeshAttributeTool,
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingToolsExp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::ClassParams = {
&UBakeMeshAttributeMapsToolBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::Class_MetaDataParams)
};
void UBakeMeshAttributeMapsToolBase::StaticRegisterNativesUBakeMeshAttributeMapsToolBase()
{
}
UClass* Z_Construct_UClass_UBakeMeshAttributeMapsToolBase()
{
if (!Z_Registration_Info_UClass_UBakeMeshAttributeMapsToolBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBakeMeshAttributeMapsToolBase.OuterSingleton, Z_Construct_UClass_UBakeMeshAttributeMapsToolBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UBakeMeshAttributeMapsToolBase.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBakeMeshAttributeMapsToolBase);
UBakeMeshAttributeMapsToolBase::~UBakeMeshAttributeMapsToolBase() {}
// ********** End Class UBakeMeshAttributeMapsToolBase *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h__Script_MeshModelingToolsExp_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UBakeMeshAttributeMapsResultToolProperties, UBakeMeshAttributeMapsResultToolProperties::StaticClass, TEXT("UBakeMeshAttributeMapsResultToolProperties"), &Z_Registration_Info_UClass_UBakeMeshAttributeMapsResultToolProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBakeMeshAttributeMapsResultToolProperties), 999018012U) },
{ Z_Construct_UClass_UBakeMeshAttributeMapsToolBase, UBakeMeshAttributeMapsToolBase::StaticClass, TEXT("UBakeMeshAttributeMapsToolBase"), &Z_Registration_Info_UClass_UBakeMeshAttributeMapsToolBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBakeMeshAttributeMapsToolBase), 2591323521U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h__Script_MeshModelingToolsExp_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h__Script_MeshModelingToolsExp_2844603381{
TEXT("/Script/MeshModelingToolsExp"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h__Script_MeshModelingToolsExp_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_BakeMeshAttributeMapsToolBase_h__Script_MeshModelingToolsExp_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS