Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | FDataflowGraphNodeFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSNodeFactories.h |
| Include Path | #include "Dataflow/DataflowSNodeFactories.h" |
Syntax
class FDataflowGraphNodeFactory :
public FGraphNodeFactory ,
public TSharedFromThis< FDataflowGraphNodeFactory >
Inheritance Hierarchy
- FGraphNodeFactory → FDataflowGraphNodeFactory
- FSharedFromThisBase → TSharedFromThis → FDataflowGraphNodeFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowGraphNodeFactory
(
FDataflowSEditorInterface* InDataflowInterface |
Dataflow/DataflowSNodeFactories.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataflowGraphNodeFactory() |
Dataflow/DataflowSNodeFactories.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataflowInterface | FDataflowSEditorInterface * | Dataflow/DataflowSNodeFactories.h |
Functions
Public
Overridden from FGraphNodeFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SGraphNode > CreateNodeWidget
(
UEdGraphNode* InNode |
Create a widget for the supplied node | Dataflow/DataflowSNodeFactories.h |