Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FEdGraphSchemaAction
- FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSCommentNode.h |
| Include | #include "Dataflow/DataflowSCommentNode.h" |
Syntax
USTRUCT&40;&41;
struct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode : public FEdGraphSchemaAction
Remarks
Action to add a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SGraphEditor > | GraphEditor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode
(
const TSharedPtr< SGraphEditor >& InGraphEditor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAssetSchemaAction_Dataflow_CreateCommentNode_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. |