// 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 "Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" #include "Dataflow/DataflowConnectionTypes.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 EmptyLinkFunctionForGeneratedCodeDataflowCollectionAddScalarVertexPropertyNode() {} // ********** Begin Cross Module References ******************************************************** CHAOS_API UScriptStruct* Z_Construct_UScriptStruct_FManagedArrayCollection(); DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNode(); DATAFLOWENGINEPLUGIN_API UScriptStruct* Z_Construct_UScriptStruct_FCollectionAttributeKey(); DATAFLOWNODES_API UEnum* Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType(); DATAFLOWNODES_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode(); DATAFLOWNODES_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode(); DATAFLOWNODES_API UScriptStruct* Z_Construct_UScriptStruct_FScalarVertexPropertyGroup(); UPackage* Z_Construct_UPackage__Script_DataflowNodes(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FScalarVertexPropertyGroup **************************************** struct Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics { static inline consteval int32 GetStructSize() { return sizeof(FScalarVertexPropertyGroup); } static inline consteval int16 GetStructAlignment() { return alignof(FScalarVertexPropertyGroup); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/*\n* Custom type so that we can use property type customization\n*/" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, { "ToolTip", "* Custom type so that we can use property type customization" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = { { "Category", "Vertex Group" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FScalarVertexPropertyGroup constinit property declarations ******** static const UECodeGen_Private::FNamePropertyParams NewProp_Name; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FScalarVertexPropertyGroup constinit property declarations ********** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup; class UScriptStruct* FScalarVertexPropertyGroup::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup.OuterSingleton) { Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FScalarVertexPropertyGroup, (UObject*)Z_Construct_UPackage__Script_DataflowNodes(), TEXT("ScalarVertexPropertyGroup")); } return Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup.OuterSingleton; } // ********** Begin ScriptStruct FScalarVertexPropertyGroup Property Definitions ******************* const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FScalarVertexPropertyGroup, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::NewProp_Name, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::PropPointers) < 2048); // ********** End ScriptStruct FScalarVertexPropertyGroup Property Definitions ********************* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_DataflowNodes, nullptr, &NewStructOps, "ScalarVertexPropertyGroup", Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::PropPointers), sizeof(FScalarVertexPropertyGroup), alignof(FScalarVertexPropertyGroup), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FScalarVertexPropertyGroup() { if (!Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup.InnerSingleton, Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup.InnerSingleton); } // ********** End ScriptStruct FScalarVertexPropertyGroup ****************************************** // ********** Begin Enum EDataflowWeightMapOverrideType ******************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType; static UEnum* EDataflowWeightMapOverrideType_StaticEnum() { if (!Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType.OuterSingleton) { Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType, (UObject*)Z_Construct_UPackage__Script_DataflowNodes(), TEXT("EDataflowWeightMapOverrideType")); } return Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType.OuterSingleton; } template<> DATAFLOWNODES_NON_ATTRIBUTED_API UEnum* StaticEnum() { return EDataflowWeightMapOverrideType_StaticEnum(); } struct Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "AddDifference.Comment", "/** Add the values difference to the input one. */" }, { "AddDifference.Name", "EDataflowWeightMapOverrideType::AddDifference" }, { "AddDifference.ToolTip", "Add the values difference to the input one." }, { "Comment", "/** How the map stored on the AddWeightMapNode should be applied to an existing map. If no map exists, it is treated as zero.*/" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, { "ReplaceAll.Comment", "/** Replace all the values.*/" }, { "ReplaceAll.Name", "EDataflowWeightMapOverrideType::ReplaceAll" }, { "ReplaceAll.ToolTip", "Replace all the values." }, { "ReplaceChanged.Comment", "/** Replace only the values that has changed. */" }, { "ReplaceChanged.Name", "EDataflowWeightMapOverrideType::ReplaceChanged" }, { "ReplaceChanged.ToolTip", "Replace only the values that has changed." }, { "ToolTip", "How the map stored on the AddWeightMapNode should be applied to an existing map. If no map exists, it is treated as zero." }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "EDataflowWeightMapOverrideType::ReplaceAll", (int64)EDataflowWeightMapOverrideType::ReplaceAll }, { "EDataflowWeightMapOverrideType::AddDifference", (int64)EDataflowWeightMapOverrideType::AddDifference }, { "EDataflowWeightMapOverrideType::ReplaceChanged", (int64)EDataflowWeightMapOverrideType::ReplaceChanged }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_DataflowNodes, nullptr, "EDataflowWeightMapOverrideType", "EDataflowWeightMapOverrideType", Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType() { if (!Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType.InnerSingleton, Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType_Statics::EnumParams); } return Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType.InnerSingleton; } // ********** End Enum EDataflowWeightMapOverrideType ********************************************** // ********** Begin ScriptStruct FDataflowVertexAttributeEditableNode ****************************** struct Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode_Statics { static inline consteval int32 GetStructSize() { return sizeof(FDataflowVertexAttributeEditableNode); } static inline consteval int16 GetStructAlignment() { return alignof(FDataflowVertexAttributeEditableNode); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FDataflowVertexAttributeEditableNode constinit property declarations // ********** End ScriptStruct FDataflowVertexAttributeEditableNode constinit property declarations static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FDataflowVertexAttributeEditableNode cannot be polymorphic unless super FDataflowNode is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode; class UScriptStruct* FDataflowVertexAttributeEditableNode::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode.OuterSingleton) { Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode, (UObject*)Z_Construct_UPackage__Script_DataflowNodes(), TEXT("DataflowVertexAttributeEditableNode")); } return Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_DataflowNodes, Z_Construct_UScriptStruct_FDataflowNode, &NewStructOps, "DataflowVertexAttributeEditableNode", nullptr, 0, sizeof(FDataflowVertexAttributeEditableNode), alignof(FDataflowVertexAttributeEditableNode), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode() { if (!Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode.InnerSingleton); } // ********** End ScriptStruct FDataflowVertexAttributeEditableNode ******************************** // ********** Begin ScriptStruct FDataflowCollectionAddScalarVertexPropertyNode ******************** struct Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics { static inline consteval int32 GetStructSize() { return sizeof(FDataflowCollectionAddScalarVertexPropertyNode); } static inline consteval int16 GetStructAlignment() { return alignof(FDataflowCollectionAddScalarVertexPropertyNode); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/** Scalar vertex properties. */" }, { "DataflowCollection", "" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, { "ToolTip", "Scalar vertex properties." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = { { "DataflowInput", "" }, { "DataflowOutput", "" }, { "DataflowPassthrough", "Collection" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = { { "Category", "Vertex Attributes" }, { "Comment", "/** The name to be set as a weight map attribute. */" }, { "DisplayName", "Attribute Name" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, { "ToolTip", "The name to be set as a weight map attribute." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeKey_MetaData[] = { { "DataflowInput", "" }, { "DataflowOutput", "" }, { "DataflowPassthrough", "AttributeKey" }, { "DisplayName", "Attribute Key" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VertexWeights_MetaData[] = { { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetGroup_MetaData[] = { { "Category", "Vertex Attributes" }, { "DisplayName", "Vertex Group" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OverrideType_MetaData[] = { { "Category", "Weight Map" }, { "Comment", "/** This type will define how the data are applied to the input data */" }, { "ModuleRelativePath", "Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" }, { "ToolTip", "This type will define how the data are applied to the input data" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FDataflowCollectionAddScalarVertexPropertyNode constinit property declarations static const UECodeGen_Private::FStructPropertyParams NewProp_Collection; static const UECodeGen_Private::FStrPropertyParams NewProp_Name; static const UECodeGen_Private::FStructPropertyParams NewProp_AttributeKey; static const UECodeGen_Private::FFloatPropertyParams NewProp_VertexWeights_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_VertexWeights; static const UECodeGen_Private::FStructPropertyParams NewProp_TargetGroup; static const UECodeGen_Private::FBytePropertyParams NewProp_OverrideType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_OverrideType; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FDataflowCollectionAddScalarVertexPropertyNode constinit property declarations static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FDataflowCollectionAddScalarVertexPropertyNode cannot be polymorphic unless super FDataflowVertexAttributeEditableNode is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode; class UScriptStruct* FDataflowCollectionAddScalarVertexPropertyNode::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode.OuterSingleton) { Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode, (UObject*)Z_Construct_UPackage__Script_DataflowNodes(), TEXT("DataflowCollectionAddScalarVertexPropertyNode")); } return Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode.OuterSingleton; } // ********** Begin ScriptStruct FDataflowCollectionAddScalarVertexPropertyNode Property Definitions const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCollectionAddScalarVertexPropertyNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712 const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCollectionAddScalarVertexPropertyNode, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_AttributeKey = { "AttributeKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCollectionAddScalarVertexPropertyNode, AttributeKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeKey_MetaData), NewProp_AttributeKey_MetaData) }; // 238587867 const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_VertexWeights_Inner = { "VertexWeights", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_VertexWeights = { "VertexWeights", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCollectionAddScalarVertexPropertyNode, VertexWeights), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VertexWeights_MetaData), NewProp_VertexWeights_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_TargetGroup = { "TargetGroup", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCollectionAddScalarVertexPropertyNode, TargetGroup), Z_Construct_UScriptStruct_FScalarVertexPropertyGroup, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetGroup_MetaData), NewProp_TargetGroup_MetaData) }; // 703313031 const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_OverrideType_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_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_OverrideType = { "OverrideType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCollectionAddScalarVertexPropertyNode, OverrideType), Z_Construct_UEnum_DataflowNodes_EDataflowWeightMapOverrideType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OverrideType_MetaData), NewProp_OverrideType_MetaData) }; // 3100081692 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_Collection, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_Name, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_AttributeKey, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_VertexWeights_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_VertexWeights, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_TargetGroup, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_OverrideType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewProp_OverrideType, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::PropPointers) < 2048); // ********** End ScriptStruct FDataflowCollectionAddScalarVertexPropertyNode Property Definitions * const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_DataflowNodes, Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode, &NewStructOps, "DataflowCollectionAddScalarVertexPropertyNode", Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::PropPointers), sizeof(FDataflowCollectionAddScalarVertexPropertyNode), alignof(FDataflowCollectionAddScalarVertexPropertyNode), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode() { if (!Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode.InnerSingleton); } // ********** End ScriptStruct FDataflowCollectionAddScalarVertexPropertyNode ********************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowCollectionAddScalarVertexPropertyNode_h__Script_DataflowNodes_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { EDataflowWeightMapOverrideType_StaticEnum, TEXT("EDataflowWeightMapOverrideType"), &Z_Registration_Info_UEnum_EDataflowWeightMapOverrideType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3100081692U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FScalarVertexPropertyGroup::StaticStruct, Z_Construct_UScriptStruct_FScalarVertexPropertyGroup_Statics::NewStructOps, TEXT("ScalarVertexPropertyGroup"),&Z_Registration_Info_UScriptStruct_FScalarVertexPropertyGroup, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FScalarVertexPropertyGroup), 703313031U) }, { FDataflowVertexAttributeEditableNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowVertexAttributeEditableNode_Statics::NewStructOps, TEXT("DataflowVertexAttributeEditableNode"),&Z_Registration_Info_UScriptStruct_FDataflowVertexAttributeEditableNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowVertexAttributeEditableNode), 3800911399U) }, { FDataflowCollectionAddScalarVertexPropertyNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode_Statics::NewStructOps, TEXT("DataflowCollectionAddScalarVertexPropertyNode"),&Z_Registration_Info_UScriptStruct_FDataflowCollectionAddScalarVertexPropertyNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowCollectionAddScalarVertexPropertyNode), 3827848308U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowCollectionAddScalarVertexPropertyNode_h__Script_DataflowNodes_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowCollectionAddScalarVertexPropertyNode_h__Script_DataflowNodes_1597366551{ TEXT("/Script/DataflowNodes"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowCollectionAddScalarVertexPropertyNode_h__Script_DataflowNodes_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowCollectionAddScalarVertexPropertyNode_h__Script_DataflowNodes_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowCollectionAddScalarVertexPropertyNode_h__Script_DataflowNodes_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowCollectionAddScalarVertexPropertyNode_h__Script_DataflowNodes_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS