147 lines
8.7 KiB
C++
147 lines
8.7 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/MeshAnalysisProperties.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeMeshAnalysisProperties() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet();
|
|
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UMeshAnalysisProperties();
|
|
MESHMODELINGTOOLSEXP_API UClass* Z_Construct_UClass_UMeshAnalysisProperties_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_MeshModelingToolsExp();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UMeshAnalysisProperties **************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshAnalysisProperties;
|
|
UClass* UMeshAnalysisProperties::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMeshAnalysisProperties;
|
|
if (!Z_Registration_Info_UClass_UMeshAnalysisProperties.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MeshAnalysisProperties"),
|
|
Z_Registration_Info_UClass_UMeshAnalysisProperties.InnerSingleton,
|
|
StaticRegisterNativesUMeshAnalysisProperties,
|
|
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_UMeshAnalysisProperties.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshAnalysisProperties_NoRegister()
|
|
{
|
|
return UMeshAnalysisProperties::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMeshAnalysisProperties_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "Properties/MeshAnalysisProperties.h" },
|
|
{ "ModuleRelativePath", "Public/Properties/MeshAnalysisProperties.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurfaceArea_MetaData[] = {
|
|
{ "Category", "MeshAnalysis" },
|
|
{ "Comment", "/** In meters squared */" },
|
|
{ "ModuleRelativePath", "Public/Properties/MeshAnalysisProperties.h" },
|
|
{ "NoResetToDefault", "" },
|
|
{ "ToolTip", "In meters squared" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Volume_MetaData[] = {
|
|
{ "Category", "MeshAnalysis" },
|
|
{ "Comment", "/** In cubic meters */" },
|
|
{ "ModuleRelativePath", "Public/Properties/MeshAnalysisProperties.h" },
|
|
{ "NoResetToDefault", "" },
|
|
{ "ToolTip", "In cubic meters" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMeshAnalysisProperties constinit property declarations ******************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SurfaceArea;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Volume;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMeshAnalysisProperties constinit property declarations ********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMeshAnalysisProperties>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMeshAnalysisProperties_Statics
|
|
|
|
// ********** Begin Class UMeshAnalysisProperties Property Definitions *****************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMeshAnalysisProperties_Statics::NewProp_SurfaceArea = { "SurfaceArea", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshAnalysisProperties, SurfaceArea), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurfaceArea_MetaData), NewProp_SurfaceArea_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMeshAnalysisProperties_Statics::NewProp_Volume = { "Volume", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshAnalysisProperties, Volume), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Volume_MetaData), NewProp_Volume_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMeshAnalysisProperties_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshAnalysisProperties_Statics::NewProp_SurfaceArea,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshAnalysisProperties_Statics::NewProp_Volume,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshAnalysisProperties_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMeshAnalysisProperties Property Definitions *******************************
|
|
UObject* (*const Z_Construct_UClass_UMeshAnalysisProperties_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingToolsExp,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshAnalysisProperties_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshAnalysisProperties_Statics::ClassParams = {
|
|
&UMeshAnalysisProperties::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMeshAnalysisProperties_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMeshAnalysisProperties_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshAnalysisProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshAnalysisProperties_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMeshAnalysisProperties::StaticRegisterNativesUMeshAnalysisProperties()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshAnalysisProperties()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMeshAnalysisProperties.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshAnalysisProperties.OuterSingleton, Z_Construct_UClass_UMeshAnalysisProperties_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMeshAnalysisProperties.OuterSingleton;
|
|
}
|
|
UMeshAnalysisProperties::UMeshAnalysisProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshAnalysisProperties);
|
|
UMeshAnalysisProperties::~UMeshAnalysisProperties() {}
|
|
// ********** End Class UMeshAnalysisProperties ****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_Properties_MeshAnalysisProperties_h__Script_MeshModelingToolsExp_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMeshAnalysisProperties, UMeshAnalysisProperties::StaticClass, TEXT("UMeshAnalysisProperties"), &Z_Registration_Info_UClass_UMeshAnalysisProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshAnalysisProperties), 1710776391U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_Properties_MeshAnalysisProperties_h__Script_MeshModelingToolsExp_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_Properties_MeshAnalysisProperties_h__Script_MeshModelingToolsExp_3457757578{
|
|
TEXT("/Script/MeshModelingToolsExp"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_Properties_MeshAnalysisProperties_h__Script_MeshModelingToolsExp_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_MeshModelingToolsetExp_Source_MeshModelingToolsExp_Public_Properties_MeshAnalysisProperties_h__Script_MeshModelingToolsExp_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|