246 lines
19 KiB
C++
246 lines
19 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 "BuildGuidesLODsNode.h"
|
|
#include "Dataflow/DataflowConnectionTypes.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 EmptyLinkFunctionForGeneratedCodeBuildGuidesLODsNode() {}
|
|
|
|
// ********** 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();
|
|
DATAFLOWENGINEPLUGIN_API UScriptStruct* Z_Construct_UScriptStruct_FCollectionAttributeKey();
|
|
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode();
|
|
HAIRSTRANDSDATAFLOW_API UScriptStruct* Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode();
|
|
UPackage* Z_Construct_UPackage__Script_HairStrandsDataflow();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FBuildGuidesLODsDataflowNode **************************************
|
|
struct Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBuildGuidesLODsDataflowNode); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBuildGuidesLODsDataflowNode); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Builds the guides LODs */" },
|
|
{ "DataflowGroom", "" },
|
|
{ "Deprecated", "5.7" },
|
|
{ "Experimental", "" },
|
|
{ "ModuleRelativePath", "Public/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Builds the guides LODs" },
|
|
};
|
|
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/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Managed array collection to be used to store data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurveParentsKey_MetaData[] = {
|
|
{ "Comment", "/** Curve parent indices key to be used in other nodes if necessary */" },
|
|
{ "DataflowOutput", "" },
|
|
{ "DisplayName", "Curve Parents" },
|
|
{ "ModuleRelativePath", "Public/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Curve parent indices key to be used in other nodes if necessary" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurveLodsKey_MetaData[] = {
|
|
{ "Comment", "/** Curve lods indices key to be used in other nodes if necessary */" },
|
|
{ "DataflowOutput", "" },
|
|
{ "DisplayName", "Curve Lods" },
|
|
{ "ModuleRelativePath", "Public/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Curve lods indices key to be used in other nodes if necessary" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FBuildGuidesLODsDataflowNode constinit property declarations ******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurveParentsKey;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurveLodsKey;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FBuildGuidesLODsDataflowNode constinit property declarations ********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBuildGuidesLODsDataflowNode>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics
|
|
static_assert(std::is_polymorphic<FBuildGuidesLODsDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FBuildGuidesLODsDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode;
|
|
class UScriptStruct* FBuildGuidesLODsDataflowNode::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("BuildGuidesLODsDataflowNode"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FBuildGuidesLODsDataflowNode Property Definitions *****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildGuidesLODsDataflowNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::NewProp_CurveParentsKey = { "CurveParentsKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildGuidesLODsDataflowNode, CurveParentsKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveParentsKey_MetaData), NewProp_CurveParentsKey_MetaData) }; // 238587867
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::NewProp_CurveLodsKey = { "CurveLodsKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildGuidesLODsDataflowNode, CurveLodsKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveLodsKey_MetaData), NewProp_CurveLodsKey_MetaData) }; // 238587867
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::NewProp_Collection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::NewProp_CurveParentsKey,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::NewProp_CurveLodsKey,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FBuildGuidesLODsDataflowNode Property Definitions *******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
|
&NewStructOps,
|
|
"BuildGuidesLODsDataflowNode",
|
|
Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::PropPointers),
|
|
sizeof(FBuildGuidesLODsDataflowNode),
|
|
alignof(FBuildGuidesLODsDataflowNode),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FBuildGuidesLODsDataflowNode ****************************************
|
|
|
|
// ********** Begin ScriptStruct FBuildCurveLODsDataflowNode ***************************************
|
|
struct Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBuildCurveLODsDataflowNode); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBuildCurveLODsDataflowNode); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Builds the curves LODs */" },
|
|
{ "DataflowGroom", "" },
|
|
{ "Experimental", "" },
|
|
{ "ModuleRelativePath", "Public/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Builds the curves LODs" },
|
|
};
|
|
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/BuildGuidesLODsNode.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 geometry LODs spatially */" },
|
|
{ "DataflowInput", "" },
|
|
{ "DisplayName", "Curve Selection" },
|
|
{ "ModuleRelativePath", "Public/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Curve selection to focus the geometry LODs spatially" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurveParentsKey_MetaData[] = {
|
|
{ "Comment", "/** Curve parent indices key to be used in other nodes if necessary */" },
|
|
{ "DataflowOutput", "" },
|
|
{ "DisplayName", "Curve Parents" },
|
|
{ "ModuleRelativePath", "Public/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Curve parent indices key to be used in other nodes if necessary" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurveLodsKey_MetaData[] = {
|
|
{ "Comment", "/** Curve lods indices key to be used in other nodes if necessary */" },
|
|
{ "DataflowOutput", "" },
|
|
{ "DisplayName", "Curve Lods" },
|
|
{ "ModuleRelativePath", "Public/BuildGuidesLODsNode.h" },
|
|
{ "ToolTip", "Curve lods indices key to be used in other nodes if necessary" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FBuildCurveLODsDataflowNode constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurveSelection;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurveParentsKey;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurveLodsKey;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FBuildCurveLODsDataflowNode constinit property declarations *********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBuildCurveLODsDataflowNode>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics
|
|
static_assert(std::is_polymorphic<FBuildCurveLODsDataflowNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FBuildCurveLODsDataflowNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode;
|
|
class UScriptStruct* FBuildCurveLODsDataflowNode::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode, (UObject*)Z_Construct_UPackage__Script_HairStrandsDataflow(), TEXT("BuildCurveLODsDataflowNode"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FBuildCurveLODsDataflowNode Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildCurveLODsDataflowNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_CurveSelection = { "CurveSelection", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildCurveLODsDataflowNode, CurveSelection), Z_Construct_UScriptStruct_FDataflowCurveSelection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveSelection_MetaData), NewProp_CurveSelection_MetaData) }; // 3734354611
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_CurveParentsKey = { "CurveParentsKey", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildCurveLODsDataflowNode, CurveParentsKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveParentsKey_MetaData), NewProp_CurveParentsKey_MetaData) }; // 238587867
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_CurveLodsKey = { "CurveLodsKey", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildCurveLODsDataflowNode, CurveLodsKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveLodsKey_MetaData), NewProp_CurveLodsKey_MetaData) }; // 238587867
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_Collection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_CurveSelection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_CurveParentsKey,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewProp_CurveLodsKey,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FBuildCurveLODsDataflowNode Property Definitions ********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_HairStrandsDataflow,
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
|
&NewStructOps,
|
|
"BuildCurveLODsDataflowNode",
|
|
Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::PropPointers),
|
|
sizeof(FBuildCurveLODsDataflowNode),
|
|
alignof(FBuildCurveLODsDataflowNode),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode.InnerSingleton, Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FBuildCurveLODsDataflowNode *****************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_BuildGuidesLODsNode_h__Script_HairStrandsDataflow_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FBuildGuidesLODsDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FBuildGuidesLODsDataflowNode_Statics::NewStructOps, TEXT("BuildGuidesLODsDataflowNode"),&Z_Registration_Info_UScriptStruct_FBuildGuidesLODsDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBuildGuidesLODsDataflowNode), 141899842U) },
|
|
{ FBuildCurveLODsDataflowNode::StaticStruct, Z_Construct_UScriptStruct_FBuildCurveLODsDataflowNode_Statics::NewStructOps, TEXT("BuildCurveLODsDataflowNode"),&Z_Registration_Info_UScriptStruct_FBuildCurveLODsDataflowNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBuildCurveLODsDataflowNode), 3861531121U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_BuildGuidesLODsNode_h__Script_HairStrandsDataflow_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_BuildGuidesLODsNode_h__Script_HairStrandsDataflow_1875231582{
|
|
TEXT("/Script/HairStrandsDataflow"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_BuildGuidesLODsNode_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_HairStrands_Source_HairStrandsDataflow_Public_BuildGuidesLODsNode_h__Script_HairStrandsDataflow_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|