165 lines
12 KiB
C++
165 lines
12 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 "MeshProcessingNodes/MeshTangentsNodes.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeMeshTangentsNodes() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
GEOMETRYFLOWMESHPROCESSING_API UEnum* Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType();
|
|
GEOMETRYFLOWMESHPROCESSING_API UScriptStruct* Z_Construct_UScriptStruct_FMeshTangentsSettings();
|
|
UPackage* Z_Construct_UPackage__Script_GeometryFlowMeshProcessing();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EGeometryFlow_ComputeTangentsType *****************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType;
|
|
static UEnum* EGeometryFlow_ComputeTangentsType_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType, (UObject*)Z_Construct_UPackage__Script_GeometryFlowMeshProcessing(), TEXT("EGeometryFlow_ComputeTangentsType"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType.OuterSingleton;
|
|
}
|
|
template<> GEOMETRYFLOWMESHPROCESSING_NON_ATTRIBUTED_API UEnum* StaticEnum<EGeometryFlow_ComputeTangentsType>()
|
|
{
|
|
return EGeometryFlow_ComputeTangentsType_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "FastMikkT.Name", "EGeometryFlow_ComputeTangentsType::FastMikkT" },
|
|
{ "ModuleRelativePath", "Public/MeshProcessingNodes/MeshTangentsNodes.h" },
|
|
{ "PerTriangle.Name", "EGeometryFlow_ComputeTangentsType::PerTriangle" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EGeometryFlow_ComputeTangentsType::PerTriangle", (int64)EGeometryFlow_ComputeTangentsType::PerTriangle },
|
|
{ "EGeometryFlow_ComputeTangentsType::FastMikkT", (int64)EGeometryFlow_ComputeTangentsType::FastMikkT },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_GeometryFlowMeshProcessing,
|
|
nullptr,
|
|
"EGeometryFlow_ComputeTangentsType",
|
|
"EGeometryFlow_ComputeTangentsType",
|
|
Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType.InnerSingleton, Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType.InnerSingleton;
|
|
}
|
|
// ********** End Enum EGeometryFlow_ComputeTangentsType *******************************************
|
|
|
|
// ********** Begin ScriptStruct FMeshTangentsSettings *********************************************
|
|
struct Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FMeshTangentsSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FMeshTangentsSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/MeshProcessingNodes/MeshTangentsNodes.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TangentsType_MetaData[] = {
|
|
{ "Category", "Geometry Flow" },
|
|
{ "ModuleRelativePath", "Public/MeshProcessingNodes/MeshTangentsNodes.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UVLayer_MetaData[] = {
|
|
{ "Category", "Geometry Flow" },
|
|
{ "ModuleRelativePath", "Public/MeshProcessingNodes/MeshTangentsNodes.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FMeshTangentsSettings constinit property declarations *************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_TangentsType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_TangentsType;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_UVLayer;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FMeshTangentsSettings constinit property declarations ***************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMeshTangentsSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMeshTangentsSettings;
|
|
class UScriptStruct* FMeshTangentsSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FMeshTangentsSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FMeshTangentsSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMeshTangentsSettings, (UObject*)Z_Construct_UPackage__Script_GeometryFlowMeshProcessing(), TEXT("MeshTangentsSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FMeshTangentsSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FMeshTangentsSettings Property Definitions ************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::NewProp_TangentsType_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_UScriptStruct_FMeshTangentsSettings_Statics::NewProp_TangentsType = { "TangentsType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMeshTangentsSettings, TangentsType), Z_Construct_UEnum_GeometryFlowMeshProcessing_EGeometryFlow_ComputeTangentsType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TangentsType_MetaData), NewProp_TangentsType_MetaData) }; // 993783140
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::NewProp_UVLayer = { "UVLayer", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMeshTangentsSettings, UVLayer), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UVLayer_MetaData), NewProp_UVLayer_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::NewProp_TangentsType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::NewProp_TangentsType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::NewProp_UVLayer,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FMeshTangentsSettings Property Definitions **************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryFlowMeshProcessing,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"MeshTangentsSettings",
|
|
Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::PropPointers),
|
|
sizeof(FMeshTangentsSettings),
|
|
alignof(FMeshTangentsSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FMeshTangentsSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FMeshTangentsSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMeshTangentsSettings.InnerSingleton, Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMeshTangentsSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FMeshTangentsSettings ***********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryFlow_Source_GeometryFlowMeshProcessing_Public_MeshProcessingNodes_MeshTangentsNodes_h__Script_GeometryFlowMeshProcessing_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EGeometryFlow_ComputeTangentsType_StaticEnum, TEXT("EGeometryFlow_ComputeTangentsType"), &Z_Registration_Info_UEnum_EGeometryFlow_ComputeTangentsType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 993783140U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FMeshTangentsSettings::StaticStruct, Z_Construct_UScriptStruct_FMeshTangentsSettings_Statics::NewStructOps, TEXT("MeshTangentsSettings"),&Z_Registration_Info_UScriptStruct_FMeshTangentsSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMeshTangentsSettings), 3206086119U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryFlow_Source_GeometryFlowMeshProcessing_Public_MeshProcessingNodes_MeshTangentsNodes_h__Script_GeometryFlowMeshProcessing_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryFlow_Source_GeometryFlowMeshProcessing_Public_MeshProcessingNodes_MeshTangentsNodes_h__Script_GeometryFlowMeshProcessing_751568001{
|
|
TEXT("/Script/GeometryFlowMeshProcessing"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryFlow_Source_GeometryFlowMeshProcessing_Public_MeshProcessingNodes_MeshTangentsNodes_h__Script_GeometryFlowMeshProcessing_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryFlow_Source_GeometryFlowMeshProcessing_Public_MeshProcessingNodes_MeshTangentsNodes_h__Script_GeometryFlowMeshProcessing_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryFlow_Source_GeometryFlowMeshProcessing_Public_MeshProcessingNodes_MeshTangentsNodes_h__Script_GeometryFlowMeshProcessing_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryFlow_Source_GeometryFlowMeshProcessing_Public_MeshProcessingNodes_MeshTangentsNodes_h__Script_GeometryFlowMeshProcessing_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|