Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FNodeFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsNodeExperimental
(
const UStruct* Struct |
Dataflow/DataflowNodeFactory.h | ||
static bool IsNodeExperimental
(
const FName NodeType |
Dataflow/DataflowNodeFactory.h |
IsNodeExperimental(const UStruct *)
| Name | IsNodeExperimental |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeFactory.h |
| Include Path | #include "Dataflow/DataflowNodeFactory.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowNodeFactory.cpp |
static bool IsNodeExperimental
(
const UStruct * Struct
)
IsNodeExperimental(const FName)
| Name | IsNodeExperimental |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeFactory.h |
| Include Path | #include "Dataflow/DataflowNodeFactory.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowNodeFactory.cpp |
static bool IsNodeExperimental
(
const FName NodeType
)