Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Action that refers to a dataflow variable It is used to display the variables in the SDataflowMembersWidget
| Name | FEdGraphSchemaAction_DataflowVariable |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowGraphSchemaAction.h |
| Include Path | #include "Dataflow/DataflowGraphSchemaAction.h" |
Syntax
USTRUCT ()
struct FEdGraphSchemaAction_DataflowVariable : public FEdGraphSchemaAction
Inheritance Hierarchy
- FEdGraphSchemaAction → FEdGraphSchemaAction_DataflowVariable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/DataflowGraphSchemaAction.h | |||
FEdGraphSchemaAction_DataflowVariable
(
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 | ||
| FullVariableName | FName | Name of the variable the name can contain a category is using a separating | example : Category.VariableName | Dataflow/DataflowGraphSchemaAction.h | |
| VariableCategory | FString | Variable category name ( extracted from FullName ) | Dataflow/DataflowGraphSchemaAction.h | ||
| VariableName | FString | Variable short name ( extracted from FullName ) | Dataflow/DataflowGraphSchemaAction.h | ||
| VariableType | FEdGraphPinType | Type of the variable (as a Pin type) | 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 | ||
FName GetFullVariableName() |
Dataflow/DataflowGraphSchemaAction.h | ||
const FString & GetVariableName() |
Dataflow/DataflowGraphSchemaAction.h | ||
const FEdGraphPinType & GetVariableType() |
Dataflow/DataflowGraphSchemaAction.h | ||
void PasteItemFromClipboard() |
Dataflow/DataflowGraphSchemaAction.h | ||
void RenameItem
(
FText NewName |
Dataflow/DataflowGraphSchemaAction.h | ||
void SetVariableType
(
const FEdGraphPinType& PinType |
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, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. | Dataflow/DataflowGraphSchemaAction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString CategoryFromFullName
(
FName FullName |
Dataflow/DataflowGraphSchemaAction.h | ||
static FString NameFromFullName
(
FName FullName |
Dataflow/DataflowGraphSchemaAction.h | ||
static FName StaticGetTypeId() |
Simple type info. | Dataflow/DataflowGraphSchemaAction.h |