Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FEdGraphSchemaAction
- FAssetSchemaAction_Dataflow_PasteNode_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_PasteNode_DataflowEdNode : public FEdGraphSchemaAction
Remarks
Action to paste a set of nodes in the graph
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAssetSchemaAction_Dataflow_PasteNode_DataflowEdNode > | CreateAction
(
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. |