295 lines
22 KiB
C++
295 lines
22 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 "GetGroomAttributesNodes.h"
|
|
#include "Dataflow/DataflowConnectionTypes.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGetGroomAttributesNodes() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNode();
|
|
DATAFLOWENGINEPLUGIN_API UScriptStruct* Z_Construct_UScriptStruct_FCollectionAttributeKey();
|
|
HAIRSTRANDSDATAFLOW_API UEnum* Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType();
|
|
HAIRSTRANDSDATAFLOW_API UEnum* Z_Construct_UEnum_HairStrandsDataflow_EGroomCollectionType();
|
|
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode();
|
|
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode();
|
|
UPackage* Z_Construct_UPackage__Script_HairStrandsDataflow();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EGroomAttributeType *******************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EGroomAttributeType;
|
|
static UEnum* EGroomAttributeType_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EGroomAttributeType.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EGroomAttributeType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("EGroomAttributeType"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EGroomAttributeType.OuterSingleton;
|
|
}
|
|
template<> HAIRSTRANDSDATAFLOW_NON_ATTRIBUTED_API UEnum* StaticEnum<EGroomAttributeType>()
|
|
{
|
|
return EGroomAttributeType_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BoneIndices.DisplayName", "Bone Indices" },
|
|
{ "BoneIndices.Name", "EGroomAttributeType::BoneIndices" },
|
|
{ "BoneWeights.DisplayName", "Bone Weights" },
|
|
{ "BoneWeights.Name", "EGroomAttributeType::BoneWeights" },
|
|
{ "Comment", "/** Enum to pick groom attribute type */" },
|
|
{ "CurveLods.DisplayName", "Curve Lods" },
|
|
{ "CurveLods.Name", "EGroomAttributeType::CurveLods" },
|
|
{ "CurveParents.DisplayName", "Curve Parents" },
|
|
{ "CurveParents.Name", "EGroomAttributeType::CurveParents" },
|
|
{ "KinematicWeights.DisplayName", "Kinematic Weights" },
|
|
{ "KinematicWeights.Name", "EGroomAttributeType::KinematicWeights" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Enum to pick groom attribute type" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EGroomAttributeType::KinematicWeights", (int64)EGroomAttributeType::KinematicWeights },
|
|
{ "EGroomAttributeType::BoneIndices", (int64)EGroomAttributeType::BoneIndices },
|
|
{ "EGroomAttributeType::BoneWeights", (int64)EGroomAttributeType::BoneWeights },
|
|
{ "EGroomAttributeType::CurveParents", (int64)EGroomAttributeType::CurveParents },
|
|
{ "EGroomAttributeType::CurveLods", (int64)EGroomAttributeType::CurveLods },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
|
nullptr,
|
|
"EGroomAttributeType",
|
|
"EGroomAttributeType",
|
|
Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EGroomAttributeType.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EGroomAttributeType.InnerSingleton, Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EGroomAttributeType.InnerSingleton;
|
|
}
|
|
// ********** End Enum EGroomAttributeType *********************************************************
|
|
|
|
// ********** Begin ScriptStruct FGetGroomAttributesDataflowNode ***********************************
|
|
struct Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGetGroomAttributesDataflowNode); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGetGroomAttributesDataflowNode); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Get the kinematic weights attributes names */" },
|
|
{ "DataflowGroom", "" },
|
|
{ "Deprecated", "5.7" },
|
|
{ "Experimental", "" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Get the kinematic weights attributes names" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeKey_MetaData[] = {
|
|
{ "Comment", "/** Attribute key to build */" },
|
|
{ "DataflowOutput", "" },
|
|
{ "DisplayName", "Attribute Key" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Attribute key to build" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurvesType_MetaData[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Type of curves to use (guides/strands) */" },
|
|
{ "DisplayName", "Curves Type" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Type of curves to use (guides/strands)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeType_MetaData[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Type of attribute to use */" },
|
|
{ "DisplayName", "Attribute Type" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Type of attribute to use" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGetGroomAttributesDataflowNode constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AttributeKey;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CurvesType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_CurvesType;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeType;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FGetGroomAttributesDataflowNode constinit property declarations *****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGetGroomAttributesDataflowNode>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics
|
|
static_assert(std::is_polymorphic<FGetGroomAttributesDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FGetGroomAttributesDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode;
|
|
class UScriptStruct* FGetGroomAttributesDataflowNode::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("GetGroomAttributesDataflowNode"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FGetGroomAttributesDataflowNode Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_AttributeKey = { "AttributeKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGetGroomAttributesDataflowNode, AttributeKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeKey_MetaData), NewProp_AttributeKey_MetaData) }; // 238587867
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_CurvesType_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_FGetGroomAttributesDataflowNode_Statics::NewProp_CurvesType = { "CurvesType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGetGroomAttributesDataflowNode, CurvesType), Z_Construct_UEnum_HairStrandsDataflow_EGroomCollectionType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurvesType_MetaData), NewProp_CurvesType_MetaData) }; // 1208834127
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_AttributeType_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_FGetGroomAttributesDataflowNode_Statics::NewProp_AttributeType = { "AttributeType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGetGroomAttributesDataflowNode, AttributeType), Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeType_MetaData), NewProp_AttributeType_MetaData) }; // 3347206880
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_AttributeKey,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_CurvesType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_CurvesType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_AttributeType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewProp_AttributeType,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FGetGroomAttributesDataflowNode Property Definitions ****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
|
&NewStructOps,
|
|
"GetGroomAttributesDataflowNode",
|
|
Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::PropPointers),
|
|
sizeof(FGetGroomAttributesDataflowNode),
|
|
alignof(FGetGroomAttributesDataflowNode),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGetGroomAttributesDataflowNode *************************************
|
|
|
|
// ********** Begin ScriptStruct FGetCurveAttributesDataflowNode ***********************************
|
|
struct Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGetCurveAttributesDataflowNode); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGetCurveAttributesDataflowNode); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Get the kinematic weights attributes names */" },
|
|
{ "DataflowGroom", "" },
|
|
{ "Experimental", "" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Get the kinematic weights attributes names" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeKey_MetaData[] = {
|
|
{ "Comment", "/** Attribute key to build */" },
|
|
{ "DataflowOutput", "" },
|
|
{ "DisplayName", "Attribute Key" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Attribute key to build" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeType_MetaData[] = {
|
|
{ "Category", "Groom" },
|
|
{ "Comment", "/** Type of attribute to use */" },
|
|
{ "DisplayName", "Attribute Type" },
|
|
{ "ModuleRelativePath", "Public/GetGroomAttributesNodes.h" },
|
|
{ "ToolTip", "Type of attribute to use" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGetCurveAttributesDataflowNode constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AttributeKey;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeType;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FGetCurveAttributesDataflowNode constinit property declarations *****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGetCurveAttributesDataflowNode>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics
|
|
static_assert(std::is_polymorphic<FGetCurveAttributesDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FGetCurveAttributesDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode;
|
|
class UScriptStruct* FGetCurveAttributesDataflowNode::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("GetCurveAttributesDataflowNode"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FGetCurveAttributesDataflowNode Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::NewProp_AttributeKey = { "AttributeKey", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGetCurveAttributesDataflowNode, AttributeKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeKey_MetaData), NewProp_AttributeKey_MetaData) }; // 238587867
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::NewProp_AttributeType_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_FGetCurveAttributesDataflowNode_Statics::NewProp_AttributeType = { "AttributeType", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGetCurveAttributesDataflowNode, AttributeType), Z_Construct_UEnum_HairStrandsDataflow_EGroomAttributeType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeType_MetaData), NewProp_AttributeType_MetaData) }; // 3347206880
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::NewProp_AttributeKey,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::NewProp_AttributeType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::NewProp_AttributeType,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FGetCurveAttributesDataflowNode Property Definitions ****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
|
&NewStructOps,
|
|
"GetCurveAttributesDataflowNode",
|
|
Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::PropPointers),
|
|
sizeof(FGetCurveAttributesDataflowNode),
|
|
alignof(FGetCurveAttributesDataflowNode),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGetCurveAttributesDataflowNode *************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_GetGroomAttributesNodes_h__Script_HairStrandsDataflow_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EGroomAttributeType_StaticEnum, TEXT("EGroomAttributeType"), &Z_Registration_Info_UEnum_EGroomAttributeType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3347206880U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FGetGroomAttributesDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FGetGroomAttributesDataflowNode_Statics::NewStructOps, TEXT("GetGroomAttributesDataflowNode"),&Z_Registration_Info_UScriptStruct_FGetGroomAttributesDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGetGroomAttributesDataflowNode), 2567726773U) },
|
|
{ FGetCurveAttributesDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FGetCurveAttributesDataflowNode_Statics::NewStructOps, TEXT("GetCurveAttributesDataflowNode"),&Z_Registration_Info_UScriptStruct_FGetCurveAttributesDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGetCurveAttributesDataflowNode), 3153196279U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_GetGroomAttributesNodes_h__Script_HairStrandsDataflow_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_GetGroomAttributesNodes_h__Script_HairStrandsDataflow_3980330927{
|
|
TEXT("/Script/HairStrandsDataflow"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_GetGroomAttributesNodes_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_GetGroomAttributesNodes_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_GetGroomAttributesNodes_h__Script_HairStrandsDataflow_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_GetGroomAttributesNodes_h__Script_HairStrandsDataflow_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|