Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Action to add a node to the graph
| Name | FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSCommentNode.h |
| Include Path | #include "Dataflow/DataflowSCommentNode.h" |
Syntax
USTRUCT ()
struct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/DataflowSCommentNode.h | |||
FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode
(
const TSharedPtr< SGraphEditor >& InGraphEditor |
Dataflow/DataflowSCommentNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GraphEditor | TSharedPtr< SGraphEditor > | Dataflow/DataflowSCommentNode.h |
Functions
Public
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Dataflow/DataflowSCommentNode.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Dataflow/DataflowSCommentNode.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Dataflow/DataflowSCommentNode.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Dataflow/DataflowSCommentNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode > CreateAction
(
UEdGraph* ParentGraph, |
Dataflow/DataflowSCommentNode.h |