Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Action that refers to a dataflow subgraph It is used to display the variables in the SDataflowMembersWidget
| Name | FEdGraphSchemaAction_DataflowSubGraph |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowGraphSchemaAction.h |
| Include Path | #include "Dataflow/DataflowGraphSchemaAction.h" |
Syntax
USTRUCT ()
struct FEdGraphSchemaAction_DataflowSubGraph : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FEdGraphSchemaAction_DataflowSubGraph
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/DataflowGraphSchemaAction.h | |||
FEdGraphSchemaAction_DataflowSubGraph
(
UDataflow* InDataflowAsset, |
Dataflow/DataflowGraphSchemaAction.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataflowAssetWeakPtr | TWeakObjectPtr< UDataflow > | Dataflow asset associated with this action | Dataflow/DataflowGraphSchemaAction.h | |
| SubGraphGuid | FGuid | Guid of the subgraph | Dataflow/DataflowGraphSchemaAction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanRenameItem
(
FText NewName |
Dataflow/DataflowGraphSchemaAction.h | ||
void CopyItemToClipboard() |
Dataflow/DataflowGraphSchemaAction.h | ||
void DeleteItem() |
Dataflow/DataflowGraphSchemaAction.h | ||
void DuplicateItem() |
Dataflow/DataflowGraphSchemaAction.h | ||
const FName GetSubGraphName() |
Dataflow/DataflowGraphSchemaAction.h | ||
bool IsForEachSubGraph() |
Dataflow/DataflowGraphSchemaAction.h | ||
void PasteItemFromClipboard() |
Dataflow/DataflowGraphSchemaAction.h | ||
void RenameItem
(
FText NewName |
Dataflow/DataflowGraphSchemaAction.h | ||
void SetForEachSubGraph
(
bool bValue |
Dataflow/DataflowGraphSchemaAction.h |
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
Dataflow/DataflowGraphSchemaAction.h | ||
virtual bool IsAVariable() |
Dataflow/DataflowGraphSchemaAction.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Dataflow/DataflowGraphSchemaAction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
Simple type info. | Dataflow/DataflowGraphSchemaAction.h |