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