Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Dataflow variable drag and drop action see FEdGraphSchemaAction_DataflowSubGraph
| Name | FGraphSchemaActionDragDropAction_DataflowSubGraph |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowGraphSchemaAction.h |
| Include Path | #include "Dataflow/DataflowGraphSchemaAction.h" |
Syntax
struct FGraphSchemaActionDragDropAction_DataflowSubGraph : public FGraphSchemaActionDragDropAction
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FGraphEditorDragDropAction → FGraphSchemaActionDragDropAction → FGraphSchemaActionDragDropAction_DataflowSubGraph
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGraphSchemaActionDragDropAction_DataflowSubGraph() |
Dataflow/DataflowGraphSchemaAction.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SubGraphAction | TSharedPtr< FEdGraphSchemaAction_DataflowSubGraph > | Dataflow/DataflowGraphSchemaAction.h |
Functions
Public
Overridden from FGraphEditorDragDropAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FString& Type |
Dataflow/DataflowGraphSchemaAction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
Dataflow/DataflowGraphSchemaAction.h | ||
static TSharedRef< FGraphSchemaActionDragDropAction_DataflowSubGraph > New
(
TSharedPtr< FEdGraphSchemaAction_DataflowSubGraph >& InAction |
Dataflow/DataflowGraphSchemaAction.h |