367 lines
30 KiB
C++
367 lines
30 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 "Dataflow/DataflowSubGraphNodes.h"
|
||
|
|
#include "Dataflow/DataflowDynamicConnections.h"
|
||
|
|
#include "StructUtils/PropertyBag.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeDataflowSubGraphNodes() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FInstancedPropertyBag();
|
||
|
|
DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNode();
|
||
|
|
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowCallSubGraphNode();
|
||
|
|
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowDynamicConnections();
|
||
|
|
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode();
|
||
|
|
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSubGraphInputNode();
|
||
|
|
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_DataflowEngine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphInputNode ****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSubGraphInputNode); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSubGraphInputNode); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* This node represent the inputs of a dataflow subgraph \n*/" },
|
||
|
|
{ "Icon", "GraphEditor.Function_16x" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
{ "ToolTip", "This node represent the inputs of a dataflow subgraph" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DynamicConnections_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyBag_MetaData[] = {
|
||
|
|
{ "Category", "Inputs" },
|
||
|
|
{ "DisplayName", "Inputs" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphInputNode constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DynamicConnections;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PropertyBag;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphInputNode constinit property declarations **********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSubGraphInputNode>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDataflowSubGraphInputNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowSubGraphInputNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode;
|
||
|
|
class UScriptStruct* FDataflowSubGraphInputNode::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSubGraphInputNode, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowSubGraphInputNode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphInputNode Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::NewProp_DynamicConnections = { "DynamicConnections", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSubGraphInputNode, DynamicConnections), Z_Construct_UScriptStruct_FDataflowDynamicConnections, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DynamicConnections_MetaData), NewProp_DynamicConnections_MetaData) }; // 468486962
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::NewProp_PropertyBag = { "PropertyBag", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSubGraphInputNode, PropertyBag), Z_Construct_UScriptStruct_FInstancedPropertyBag, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyBag_MetaData), NewProp_PropertyBag_MetaData) }; // 1261298821
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::NewProp_DynamicConnections,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::NewProp_PropertyBag,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphInputNode Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
||
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
||
|
|
&NewStructOps,
|
||
|
|
"DataflowSubGraphInputNode",
|
||
|
|
Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::PropPointers),
|
||
|
|
sizeof(FDataflowSubGraphInputNode),
|
||
|
|
alignof(FDataflowSubGraphInputNode),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSubGraphInputNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphInputNode ******************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphOutputNode ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSubGraphOutputNode); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSubGraphOutputNode); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* This node represent the Outputs of a dataflow subgraph\n*/" },
|
||
|
|
{ "Icon", "GraphEditor.Function_16x" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
{ "ToolTip", "This node represent the Outputs of a dataflow subgraph" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DynamicConnections_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyBag_MetaData[] = {
|
||
|
|
{ "Category", "Inputs" },
|
||
|
|
{ "DisplayName", "Inputs" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphOutputNode constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DynamicConnections;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PropertyBag;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphOutputNode constinit property declarations *********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSubGraphOutputNode>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDataflowSubGraphOutputNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowSubGraphOutputNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode;
|
||
|
|
class UScriptStruct* FDataflowSubGraphOutputNode::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowSubGraphOutputNode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphOutputNode Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::NewProp_DynamicConnections = { "DynamicConnections", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSubGraphOutputNode, DynamicConnections), Z_Construct_UScriptStruct_FDataflowDynamicConnections, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DynamicConnections_MetaData), NewProp_DynamicConnections_MetaData) }; // 468486962
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::NewProp_PropertyBag = { "PropertyBag", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSubGraphOutputNode, PropertyBag), Z_Construct_UScriptStruct_FInstancedPropertyBag, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyBag_MetaData), NewProp_PropertyBag_MetaData) }; // 1261298821
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::NewProp_DynamicConnections,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::NewProp_PropertyBag,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphOutputNode Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
||
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
||
|
|
&NewStructOps,
|
||
|
|
"DataflowSubGraphOutputNode",
|
||
|
|
Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::PropPointers),
|
||
|
|
sizeof(FDataflowSubGraphOutputNode),
|
||
|
|
alignof(FDataflowSubGraphOutputNode),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphOutputNode *****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphGetCurrentIndexNode ******************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSubGraphGetCurrentIndexNode); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSubGraphGetCurrentIndexNode); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Get the current index in a subgraph\n* This is to be used in subgraph when iterating over an array\n*/" },
|
||
|
|
{ "Icon", "GraphEditor.Function_16x" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
{ "ToolTip", "Get the current index in a subgraph\nThis is to be used in subgraph when iterating over an array" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "DataflowOutput", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphGetCurrentIndexNode constinit property declarations
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphGetCurrentIndexNode constinit property declarations
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSubGraphGetCurrentIndexNode>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDataflowSubGraphGetCurrentIndexNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowSubGraphGetCurrentIndexNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode;
|
||
|
|
class UScriptStruct* FDataflowSubGraphGetCurrentIndexNode::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowSubGraphGetCurrentIndexNode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowSubGraphGetCurrentIndexNode Property Definitions *********
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSubGraphGetCurrentIndexNode, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::NewProp_Index,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphGetCurrentIndexNode Property Definitions ***********
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
||
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
||
|
|
&NewStructOps,
|
||
|
|
"DataflowSubGraphGetCurrentIndexNode",
|
||
|
|
Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::PropPointers),
|
||
|
|
sizeof(FDataflowSubGraphGetCurrentIndexNode),
|
||
|
|
alignof(FDataflowSubGraphGetCurrentIndexNode),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDataflowSubGraphGetCurrentIndexNode ********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowCallSubGraphNode *****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDataflowCallSubGraphNode); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowCallSubGraphNode); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Call a subgraph\n*/" },
|
||
|
|
{ "Icon", "GraphEditor.Function_16x" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
{ "ToolTip", "Call a subgraph" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubGraphGuid_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubGraphName_MetaData[] = {
|
||
|
|
{ "Category", "Subgraph" },
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DynamicInputs_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputsPropertyBag_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DynamicOutputs_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutputsPropertyBag_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowSubGraphNodes.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowCallSubGraphNode constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SubGraphGuid;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_SubGraphName;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DynamicInputs;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InputsPropertyBag;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DynamicOutputs;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutputsPropertyBag;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDataflowCallSubGraphNode constinit property declarations ***********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowCallSubGraphNode>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDataflowCallSubGraphNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowCallSubGraphNode cannot be polymorphic unless super FDataflowNode is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode;
|
||
|
|
class UScriptStruct* FDataflowCallSubGraphNode::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowCallSubGraphNode, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowCallSubGraphNode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDataflowCallSubGraphNode Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_SubGraphGuid = { "SubGraphGuid", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCallSubGraphNode, SubGraphGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubGraphGuid_MetaData), NewProp_SubGraphGuid_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_SubGraphName = { "SubGraphName", nullptr, (EPropertyFlags)0x0040000000020001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCallSubGraphNode, SubGraphName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubGraphName_MetaData), NewProp_SubGraphName_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_DynamicInputs = { "DynamicInputs", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCallSubGraphNode, DynamicInputs), Z_Construct_UScriptStruct_FDataflowDynamicConnections, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DynamicInputs_MetaData), NewProp_DynamicInputs_MetaData) }; // 468486962
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_InputsPropertyBag = { "InputsPropertyBag", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCallSubGraphNode, InputsPropertyBag), Z_Construct_UScriptStruct_FInstancedPropertyBag, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputsPropertyBag_MetaData), NewProp_InputsPropertyBag_MetaData) }; // 1261298821
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_DynamicOutputs = { "DynamicOutputs", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCallSubGraphNode, DynamicOutputs), Z_Construct_UScriptStruct_FDataflowDynamicConnections, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DynamicOutputs_MetaData), NewProp_DynamicOutputs_MetaData) }; // 468486962
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_OutputsPropertyBag = { "OutputsPropertyBag", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCallSubGraphNode, OutputsPropertyBag), Z_Construct_UScriptStruct_FInstancedPropertyBag, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutputsPropertyBag_MetaData), NewProp_OutputsPropertyBag_MetaData) }; // 1261298821
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_SubGraphGuid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_SubGraphName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_DynamicInputs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_InputsPropertyBag,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_DynamicOutputs,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewProp_OutputsPropertyBag,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDataflowCallSubGraphNode Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
||
|
|
Z_Construct_UScriptStruct_FDataflowNode,
|
||
|
|
&NewStructOps,
|
||
|
|
"DataflowCallSubGraphNode",
|
||
|
|
Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::PropPointers),
|
||
|
|
sizeof(FDataflowCallSubGraphNode),
|
||
|
|
alignof(FDataflowCallSubGraphNode),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDataflowCallSubGraphNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDataflowCallSubGraphNode *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraphNodes_h__Script_DataflowEngine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FDataflowSubGraphInputNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowSubGraphInputNode_Statics::NewStructOps, TEXT("DataflowSubGraphInputNode"),&Z_Registration_Info_UScriptStruct_FDataflowSubGraphInputNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSubGraphInputNode), 2473021743U) },
|
||
|
|
{ FDataflowSubGraphOutputNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowSubGraphOutputNode_Statics::NewStructOps, TEXT("DataflowSubGraphOutputNode"),&Z_Registration_Info_UScriptStruct_FDataflowSubGraphOutputNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSubGraphOutputNode), 3717040476U) },
|
||
|
|
{ FDataflowSubGraphGetCurrentIndexNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode_Statics::NewStructOps, TEXT("DataflowSubGraphGetCurrentIndexNode"),&Z_Registration_Info_UScriptStruct_FDataflowSubGraphGetCurrentIndexNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSubGraphGetCurrentIndexNode), 2975335980U) },
|
||
|
|
{ FDataflowCallSubGraphNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowCallSubGraphNode_Statics::NewStructOps, TEXT("DataflowCallSubGraphNode"),&Z_Registration_Info_UScriptStruct_FDataflowCallSubGraphNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowCallSubGraphNode), 3217504745U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraphNodes_h__Script_DataflowEngine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraphNodes_h__Script_DataflowEngine_263417015{
|
||
|
|
TEXT("/Script/DataflowEngine"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraphNodes_h__Script_DataflowEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraphNodes_h__Script_DataflowEngine_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|