Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/FEdGraphSchemaAction_DataflowVar-
Description
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).
Virtual Inheritance
- FEdGraphSchemaAction::PerformAction → FEdGraphSchemaAction_DataflowVariable::PerformAction
| Name | PerformAction |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowGraphSchemaAction.h |
| Include Path | #include "Dataflow/DataflowGraphSchemaAction.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowGraphSchemaAction.cpp |
virtual UEdGraphNode * PerformAction
(
class UEdGraph * ParentGraph,
UEdGraphPin * FromPin,
const FVector2f & Location,
bool bSelectNewNode
)