324 lines
24 KiB
C++
324 lines
24 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 "ResampleGuidesPointsNode.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 EmptyLinkFunctionForGeneratedCodeResampleGuidesPointsNode() {}
|
||
|
|
|
||
|
|
// ********** 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 UEnum* Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints();
|
||
|
|
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode();
|
||
|
|
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_HairStrandsDataflow();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EGroomNumPoints ***********************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EGroomNumPoints;
|
||
|
|
static UEnum* EGroomNumPoints_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EGroomNumPoints.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EGroomNumPoints.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("EGroomNumPoints"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EGroomNumPoints.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> HAIRSTRANDSDATAFLOW_NON_ATTRIBUTED_API UEnum* StaticEnum<EGroomNumPoints>()
|
||
|
|
{
|
||
|
|
return EGroomNumPoints_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/** Enum to pick the number of points per guide */" },
|
||
|
|
{ "Default.Comment", "/** Default behavior coming from the strands size in the physics settings */" },
|
||
|
|
{ "Default.DisplayName", "Default" },
|
||
|
|
{ "Default.Name", "EGroomNumPoints::Default" },
|
||
|
|
{ "Default.ToolTip", "Default behavior coming from the strands size in the physics settings" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "Size16.Comment", "/** 16 points / curve */" },
|
||
|
|
{ "Size16.DisplayName", "16 Points" },
|
||
|
|
{ "Size16.Name", "EGroomNumPoints::Size16" },
|
||
|
|
{ "Size16.ToolTip", "16 points / curve" },
|
||
|
|
{ "Size32.Comment", "/** 32 points / curve */" },
|
||
|
|
{ "Size32.DisplayName", "32 Points" },
|
||
|
|
{ "Size32.Name", "EGroomNumPoints::Size32" },
|
||
|
|
{ "Size32.ToolTip", "32 points / curve" },
|
||
|
|
{ "Size4.Comment", "/** 4 points / curve */" },
|
||
|
|
{ "Size4.DisplayName", "4 Points" },
|
||
|
|
{ "Size4.Name", "EGroomNumPoints::Size4" },
|
||
|
|
{ "Size4.ToolTip", "4 points / curve" },
|
||
|
|
{ "Size64.Comment", "/** 64 points / curve */" },
|
||
|
|
{ "Size64.DisplayName", "64 Points" },
|
||
|
|
{ "Size64.Name", "EGroomNumPoints::Size64" },
|
||
|
|
{ "Size64.ToolTip", "64 points / curve" },
|
||
|
|
{ "Size8.Comment", "/** 8 points / curve */" },
|
||
|
|
{ "Size8.DisplayName", "8 Points" },
|
||
|
|
{ "Size8.Name", "EGroomNumPoints::Size8" },
|
||
|
|
{ "Size8.ToolTip", "8 points / curve" },
|
||
|
|
{ "ToolTip", "Enum to pick the number of points per guide" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EGroomNumPoints::Default", (int64)EGroomNumPoints::Default },
|
||
|
|
{ "EGroomNumPoints::Size4", (int64)EGroomNumPoints::Size4 },
|
||
|
|
{ "EGroomNumPoints::Size8", (int64)EGroomNumPoints::Size8 },
|
||
|
|
{ "EGroomNumPoints::Size16", (int64)EGroomNumPoints::Size16 },
|
||
|
|
{ "EGroomNumPoints::Size32", (int64)EGroomNumPoints::Size32 },
|
||
|
|
{ "EGroomNumPoints::Size64", (int64)EGroomNumPoints::Size64 },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
||
|
|
nullptr,
|
||
|
|
"EGroomNumPoints",
|
||
|
|
"EGroomNumPoints",
|
||
|
|
Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics::Enum_MetaDataParams), Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EGroomNumPoints.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EGroomNumPoints.InnerSingleton, Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EGroomNumPoints.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EGroomNumPoints *************************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FResampleGuidesPointsDataflowNode *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FResampleGuidesPointsDataflowNode); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FResampleGuidesPointsDataflowNode); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Resample the groom guides with a fixed number of points (in physics strands size) */" },
|
||
|
|
{ "DataflowGroom", "" },
|
||
|
|
{ "Deprecated", "5.7" },
|
||
|
|
{ "Experimental", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Resample the groom guides with a fixed number of points (in physics strands size)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = {
|
||
|
|
{ "Comment", "/** Managed array collection to be used to store datas */" },
|
||
|
|
{ "DataflowInput", "" },
|
||
|
|
{ "DataflowOutput", "" },
|
||
|
|
{ "DataflowPassthrough", "Collection" },
|
||
|
|
{ "DisplayName", "Collection" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Managed array collection to be used to store datas" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PointsCount_MetaData[] = {
|
||
|
|
{ "Category", "Geometry" },
|
||
|
|
{ "Comment", "/** Max number of points */" },
|
||
|
|
{ "DisplayName", "Points Count" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Max number of points" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FResampleGuidesPointsDataflowNode constinit property declarations *
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_PointsCount_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_PointsCount;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FResampleGuidesPointsDataflowNode constinit property declarations ***
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FResampleGuidesPointsDataflowNode>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics
|
||
|
|
static_assert(std::is_polymorphic<FResampleGuidesPointsDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FResampleGuidesPointsDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode;
|
||
|
|
class UScriptStruct* FResampleGuidesPointsDataflowNode::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("ResampleGuidesPointsDataflowNode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FResampleGuidesPointsDataflowNode Property Definitions ************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FResampleGuidesPointsDataflowNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::NewProp_PointsCount_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::NewProp_PointsCount = { "PointsCount", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FResampleGuidesPointsDataflowNode, PointsCount), Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PointsCount_MetaData), NewProp_PointsCount_MetaData) }; // 981624188
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::NewProp_Collection,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::NewProp_PointsCount_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::NewProp_PointsCount,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FResampleGuidesPointsDataflowNode Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
||
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
||
|
|
&NewStructOps,
|
||
|
|
"ResampleGuidesPointsDataflowNode",
|
||
|
|
Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::PropPointers),
|
||
|
|
sizeof(FResampleGuidesPointsDataflowNode),
|
||
|
|
alignof(FResampleGuidesPointsDataflowNode),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FResampleGuidesPointsDataflowNode ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FResampleCurvePointsDataflowNode **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FResampleCurvePointsDataflowNode); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FResampleCurvePointsDataflowNode); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Resample the curves with a fixed number of points */" },
|
||
|
|
{ "DataflowGroom", "" },
|
||
|
|
{ "Experimental", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Resample the curves with a fixed number of points" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = {
|
||
|
|
{ "Comment", "/** Managed array collection to be used to store datas */" },
|
||
|
|
{ "DataflowInput", "" },
|
||
|
|
{ "DataflowOutput", "" },
|
||
|
|
{ "DataflowPassthrough", "Collection" },
|
||
|
|
{ "DataflowRenderGroups", "Surface" },
|
||
|
|
{ "DisplayName", "Collection" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Managed array collection to be used to store datas" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurveSelection_MetaData[] = {
|
||
|
|
{ "Comment", "/** Curve selection to focus the guides generation spatially */" },
|
||
|
|
{ "DataflowInput", "" },
|
||
|
|
{ "DisplayName", "Curve Selection" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Curve selection to focus the guides generation spatially" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PointsCount_MetaData[] = {
|
||
|
|
{ "Category", "Geometry" },
|
||
|
|
{ "Comment", "/** Max number of points */" },
|
||
|
|
{ "DisplayName", "Points Count" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Max number of points" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NumPoints_MetaData[] = {
|
||
|
|
{ "Comment", "/** Max number of points (to be able to plug into a variable since enum is not supported in dataflow) */" },
|
||
|
|
{ "DataflowInput", "" },
|
||
|
|
{ "DisplayName", "Points Count" },
|
||
|
|
{ "ModuleRelativePath", "Public/ResampleGuidesPointsNode.h" },
|
||
|
|
{ "ToolTip", "Max number of points (to be able to plug into a variable since enum is not supported in dataflow)" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FResampleCurvePointsDataflowNode constinit property declarations **
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurveSelection;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_PointsCount_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_PointsCount;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumPoints;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FResampleCurvePointsDataflowNode constinit property declarations ****
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FResampleCurvePointsDataflowNode>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics
|
||
|
|
static_assert(std::is_polymorphic<FResampleCurvePointsDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FResampleCurvePointsDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode;
|
||
|
|
class UScriptStruct* FResampleCurvePointsDataflowNode::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("ResampleCurvePointsDataflowNode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FResampleCurvePointsDataflowNode Property Definitions *************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FResampleCurvePointsDataflowNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_CurveSelection = { "CurveSelection", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FResampleCurvePointsDataflowNode, CurveSelection), Z_Construct_UScriptStruct_FDataflowCurveSelection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveSelection_MetaData), NewProp_CurveSelection_MetaData) }; // 3734354611
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_PointsCount_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_PointsCount = { "PointsCount", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FResampleCurvePointsDataflowNode, PointsCount), Z_Construct_UEnum_HairStrandsDataflow_EGroomNumPoints, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PointsCount_MetaData), NewProp_PointsCount_MetaData) }; // 981624188
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_NumPoints = { "NumPoints", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FResampleCurvePointsDataflowNode, NumPoints), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumPoints_MetaData), NewProp_NumPoints_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_Collection,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_CurveSelection,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_PointsCount_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_PointsCount,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewProp_NumPoints,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FResampleCurvePointsDataflowNode Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
||
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
||
|
|
&NewStructOps,
|
||
|
|
"ResampleCurvePointsDataflowNode",
|
||
|
|
Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::PropPointers),
|
||
|
|
sizeof(FResampleCurvePointsDataflowNode),
|
||
|
|
alignof(FResampleCurvePointsDataflowNode),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FResampleCurvePointsDataflowNode ************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_ResampleGuidesPointsNode_h__Script_HairStrandsDataflow_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EGroomNumPoints_StaticEnum, TEXT("EGroomNumPoints"), &Z_Registration_Info_UEnum_EGroomNumPoints, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 981624188U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FResampleGuidesPointsDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FResampleGuidesPointsDataflowNode_Statics::NewStructOps, TEXT("ResampleGuidesPointsDataflowNode"),&Z_Registration_Info_UScriptStruct_FResampleGuidesPointsDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FResampleGuidesPointsDataflowNode), 3119289588U) },
|
||
|
|
{ FResampleCurvePointsDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FResampleCurvePointsDataflowNode_Statics::NewStructOps, TEXT("ResampleCurvePointsDataflowNode"),&Z_Registration_Info_UScriptStruct_FResampleCurvePointsDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FResampleCurvePointsDataflowNode), 3991813927U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_ResampleGuidesPointsNode_h__Script_HairStrandsDataflow_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_ResampleGuidesPointsNode_h__Script_HairStrandsDataflow_2649617037{
|
||
|
|
TEXT("/Script/HairStrandsDataflow"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_ResampleGuidesPointsNode_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_ResampleGuidesPointsNode_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_ResampleGuidesPointsNode_h__Script_HairStrandsDataflow_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_ResampleGuidesPointsNode_h__Script_HairStrandsDataflow_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|