Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FEdGraphSchemaAction
- FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSNode.h |
| Include | #include "Dataflow/DataflowSNode.h" |
Syntax
USTRUCT ()
struct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode : public FEdGraphSchemaAction
Remarks
Action to add a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | NodeTypeName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode > | CreateAction
(
const UEdGraph* ParentGraph, |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |