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

151 lines
9.4 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 "Properties/MeshStatisticsProperties.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMeshStatisticsProperties() {}
// ********** Begin Cross Module References ********************************************************
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet();
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UMeshStatisticsProperties();
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UMeshStatisticsProperties_NoRegister();
UPackage* Z_Construct_UPackage__Script_MeshModelingTools();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMeshStatisticsProperties ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshStatisticsProperties;
UClass* UMeshStatisticsProperties::GetPrivateStaticClass()
{
using TClass = UMeshStatisticsProperties;
if (!Z_Registration_Info_UClass_UMeshStatisticsProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MeshStatisticsProperties"),
Z_Registration_Info_UClass_UMeshStatisticsProperties.InnerSingleton,
StaticRegisterNativesUMeshStatisticsProperties,
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_UMeshStatisticsProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_UMeshStatisticsProperties_NoRegister()
{
return UMeshStatisticsProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMeshStatisticsProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Properties/MeshStatisticsProperties.h" },
{ "ModuleRelativePath", "Public/Properties/MeshStatisticsProperties.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Mesh_MetaData[] = {
{ "Category", "MeshStatistics" },
{ "ModuleRelativePath", "Public/Properties/MeshStatisticsProperties.h" },
{ "NoResetToDefault", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UV_MetaData[] = {
{ "Category", "MeshStatistics" },
{ "ModuleRelativePath", "Public/Properties/MeshStatisticsProperties.h" },
{ "NoResetToDefault", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Attributes_MetaData[] = {
{ "Category", "MeshStatistics" },
{ "ModuleRelativePath", "Public/Properties/MeshStatisticsProperties.h" },
{ "NoResetToDefault", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UMeshStatisticsProperties constinit property declarations ****************
static const UECodeGen_Private::FStrPropertyParams NewProp_Mesh;
static const UECodeGen_Private::FStrPropertyParams NewProp_UV;
static const UECodeGen_Private::FStrPropertyParams NewProp_Attributes;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMeshStatisticsProperties constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMeshStatisticsProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMeshStatisticsProperties_Statics
// ********** Begin Class UMeshStatisticsProperties Property Definitions ***************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMeshStatisticsProperties_Statics::NewProp_Mesh = { "Mesh", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshStatisticsProperties, Mesh), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Mesh_MetaData), NewProp_Mesh_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMeshStatisticsProperties_Statics::NewProp_UV = { "UV", nullptr, (EPropertyFlags)0x0010040000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshStatisticsProperties, UV), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UV_MetaData), NewProp_UV_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMeshStatisticsProperties_Statics::NewProp_Attributes = { "Attributes", nullptr, (EPropertyFlags)0x0010040000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshStatisticsProperties, Attributes), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Attributes_MetaData), NewProp_Attributes_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMeshStatisticsProperties_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshStatisticsProperties_Statics::NewProp_Mesh,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshStatisticsProperties_Statics::NewProp_UV,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshStatisticsProperties_Statics::NewProp_Attributes,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshStatisticsProperties_Statics::PropPointers) < 2048);
// ********** End Class UMeshStatisticsProperties Property Definitions *****************************
UObject* (*const Z_Construct_UClass_UMeshStatisticsProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet,
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshStatisticsProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshStatisticsProperties_Statics::ClassParams = {
&UMeshStatisticsProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMeshStatisticsProperties_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMeshStatisticsProperties_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshStatisticsProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshStatisticsProperties_Statics::Class_MetaDataParams)
};
void UMeshStatisticsProperties::StaticRegisterNativesUMeshStatisticsProperties()
{
}
UClass* Z_Construct_UClass_UMeshStatisticsProperties()
{
if (!Z_Registration_Info_UClass_UMeshStatisticsProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshStatisticsProperties.OuterSingleton, Z_Construct_UClass_UMeshStatisticsProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMeshStatisticsProperties.OuterSingleton;
}
UMeshStatisticsProperties::UMeshStatisticsProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshStatisticsProperties);
UMeshStatisticsProperties::~UMeshStatisticsProperties() {}
// ********** End Class UMeshStatisticsProperties **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshStatisticsProperties_h__Script_MeshModelingTools_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMeshStatisticsProperties, UMeshStatisticsProperties::StaticClass, TEXT("UMeshStatisticsProperties"), &Z_Registration_Info_UClass_UMeshStatisticsProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshStatisticsProperties), 791481647U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshStatisticsProperties_h__Script_MeshModelingTools_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshStatisticsProperties_h__Script_MeshModelingTools_467006756{
TEXT("/Script/MeshModelingTools"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshStatisticsProperties_h__Script_MeshModelingTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_Properties_MeshStatisticsProperties_h__Script_MeshModelingTools_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS