Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeFactory.h |
| Include | #include "Dataflow/DataflowNodeFactory.h" |
Syntax
class FNodeFactory
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNodeFactory * | GetInstance () |
||
| FFactoryParameters | GetParameters
(
FName InTypeName |
||
| TSharedPtr< T > | NewNode
(
FGraph& Graph, |
||
| TSharedPtr< FDataflowNode > | NewNodeFromRegisteredType
(
FGraph& Graph, |
||
| TArray< FFactoryParameters > | |||
| void | RegisterNode
(
const FFactoryParameters& Parameters, |
||
| FName | TypeNameFromDisplayName
(
const FName& DisplayName |
Typedefs
| Name | Description |
|---|---|
| FNewNodeFunction |
Constants
| Name | Description |
|---|---|
| Instance |