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

233 lines
17 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 "SmoothGuidesCurvesNode.h"
#include "Dataflow/DataflowSelection.h"
#include "GeometryCollection/ManagedArrayCollection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSmoothGuidesCurvesNode() {}
// ********** Begin Cross Module References ********************************************************
CHAOS_API UScriptStruct* Z_Construct_UScriptStruct_FManagedArrayCollection();
DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowCurveSelection();
DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNode();
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode();
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode();
UPackage* Z_Construct_UPackage__Script_HairStrandsDataflow();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FSmoothGuidesCurvesDataflowNode ***********************************
struct Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSmoothGuidesCurvesDataflowNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FSmoothGuidesCurvesDataflowNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Smooth the guides for more stable simulation */" },
{ "DataflowGroom", "" },
{ "Deprecated", "5.7" },
{ "Experimental", "" },
{ "ModuleRelativePath", "Public/SmoothGuidesCurvesNode.h" },
{ "ToolTip", "Smooth the guides for more stable simulation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = {
{ "Comment", "/** Managed array collection to be used to store data */" },
{ "DataflowInput", "" },
{ "DataflowOutput", "" },
{ "DataflowPassthrough", "Collection" },
{ "DisplayName", "Collection" },
{ "ModuleRelativePath", "Public/SmoothGuidesCurvesNode.h" },
{ "ToolTip", "Managed array collection to be used to store data" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SmoothingFactor_MetaData[] = {
{ "Category", "Geometry" },
{ "ClampMax", "1" },
{ "ClampMin", "0" },
{ "Comment", "/** Smoothing factor between 0 and 1 */" },
{ "DisplayName", "Smoothing Factor" },
{ "ModuleRelativePath", "Public/SmoothGuidesCurvesNode.h" },
{ "ToolTip", "Smoothing factor between 0 and 1" },
{ "UIMax", "1" },
{ "UIMin", "0" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSmoothGuidesCurvesDataflowNode constinit property declarations ***
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SmoothingFactor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSmoothGuidesCurvesDataflowNode constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSmoothGuidesCurvesDataflowNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics
static_assert(std::is_polymorphic<FSmoothGuidesCurvesDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FSmoothGuidesCurvesDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode;
class UScriptStruct* FSmoothGuidesCurvesDataflowNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("SmoothGuidesCurvesDataflowNode"));
}
return Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode.OuterSingleton;
}
// ********** Begin ScriptStruct FSmoothGuidesCurvesDataflowNode Property Definitions **************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSmoothGuidesCurvesDataflowNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::NewProp_SmoothingFactor = { "SmoothingFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSmoothGuidesCurvesDataflowNode, SmoothingFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SmoothingFactor_MetaData), NewProp_SmoothingFactor_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::NewProp_Collection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::NewProp_SmoothingFactor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSmoothGuidesCurvesDataflowNode Property Definitions ****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
Z_Construct_UScriptStruct_FDataflowNode,
&NewStructOps,
"SmoothGuidesCurvesDataflowNode",
Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::PropPointers),
sizeof(FSmoothGuidesCurvesDataflowNode),
alignof(FSmoothGuidesCurvesDataflowNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode()
{
if (!Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode.InnerSingleton);
}
// ********** End ScriptStruct FSmoothGuidesCurvesDataflowNode *************************************
// ********** Begin ScriptStruct FSmoothCurvePointsDataflowNode ************************************
struct Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSmoothCurvePointsDataflowNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FSmoothCurvePointsDataflowNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Smooth the curves for more stable deformation */" },
{ "DataflowGroom", "" },
{ "Experimental", "" },
{ "ModuleRelativePath", "Public/SmoothGuidesCurvesNode.h" },
{ "ToolTip", "Smooth the curves for more stable deformation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = {
{ "Comment", "/** Managed array collection to be used to store data */" },
{ "DataflowInput", "" },
{ "DataflowOutput", "" },
{ "DataflowPassthrough", "Collection" },
{ "DataflowRenderGroups", "Surface" },
{ "DisplayName", "Collection" },
{ "ModuleRelativePath", "Public/SmoothGuidesCurvesNode.h" },
{ "ToolTip", "Managed array collection to be used to store data" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurveSelection_MetaData[] = {
{ "Comment", "/** Curve selection to focus the guides smoothing spatially */" },
{ "DataflowInput", "" },
{ "DisplayName", "Curve Selection" },
{ "ModuleRelativePath", "Public/SmoothGuidesCurvesNode.h" },
{ "ToolTip", "Curve selection to focus the guides smoothing spatially" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SmoothingFactor_MetaData[] = {
{ "Category", "Geometry" },
{ "ClampMax", "1" },
{ "ClampMin", "0" },
{ "Comment", "/** Smoothing factor between 0 and 1 */" },
{ "DataflowInput", "" },
{ "DisplayName", "Smoothing Factor" },
{ "ModuleRelativePath", "Public/SmoothGuidesCurvesNode.h" },
{ "ToolTip", "Smoothing factor between 0 and 1" },
{ "UIMax", "1" },
{ "UIMin", "0" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSmoothCurvePointsDataflowNode constinit property declarations ****
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
static const UECodeGen_Private::FStructPropertyParams NewProp_CurveSelection;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SmoothingFactor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSmoothCurvePointsDataflowNode constinit property declarations ******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSmoothCurvePointsDataflowNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics
static_assert(std::is_polymorphic<FSmoothCurvePointsDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FSmoothCurvePointsDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode;
class UScriptStruct* FSmoothCurvePointsDataflowNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("SmoothCurvePointsDataflowNode"));
}
return Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode.OuterSingleton;
}
// ********** Begin ScriptStruct FSmoothCurvePointsDataflowNode Property Definitions ***************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSmoothCurvePointsDataflowNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::NewProp_CurveSelection = { "CurveSelection", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSmoothCurvePointsDataflowNode, CurveSelection), Z_Construct_UScriptStruct_FDataflowCurveSelection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveSelection_MetaData), NewProp_CurveSelection_MetaData) }; // 3734354611
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::NewProp_SmoothingFactor = { "SmoothingFactor", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSmoothCurvePointsDataflowNode, SmoothingFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SmoothingFactor_MetaData), NewProp_SmoothingFactor_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::NewProp_Collection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::NewProp_CurveSelection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::NewProp_SmoothingFactor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSmoothCurvePointsDataflowNode Property Definitions *****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
Z_Construct_UScriptStruct_FDataflowNode,
&NewStructOps,
"SmoothCurvePointsDataflowNode",
Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::PropPointers),
sizeof(FSmoothCurvePointsDataflowNode),
alignof(FSmoothCurvePointsDataflowNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode()
{
if (!Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode.InnerSingleton);
}
// ********** End ScriptStruct FSmoothCurvePointsDataflowNode **************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_SmoothGuidesCurvesNode_h__Script_HairStrandsDataflow_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FSmoothGuidesCurvesDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FSmoothGuidesCurvesDataflowNode_Statics::NewStructOps, TEXT("SmoothGuidesCurvesDataflowNode"),&Z_Registration_Info_UScriptStruct_FSmoothGuidesCurvesDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSmoothGuidesCurvesDataflowNode), 101380021U) },
{ FSmoothCurvePointsDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FSmoothCurvePointsDataflowNode_Statics::NewStructOps, TEXT("SmoothCurvePointsDataflowNode"),&Z_Registration_Info_UScriptStruct_FSmoothCurvePointsDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSmoothCurvePointsDataflowNode), 186321344U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_SmoothGuidesCurvesNode_h__Script_HairStrandsDataflow_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_SmoothGuidesCurvesNode_h__Script_HairStrandsDataflow_979856478{
TEXT("/Script/HairStrandsDataflow"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_SmoothGuidesCurvesNode_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_SmoothGuidesCurvesNode_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS