Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/FAssetSchemaActi-
- FEdGraphSchemaAction::PerformAction()
- FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode::PerformAction()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSNode.h |
| Include | #include "Dataflow/DataflowSNode.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowSNode.cpp |
virtual UEdGraphNode * PerformAction
(
class UEdGraph * ParentGraph,
UEdGraphPin * FromPin,
const FVector2D Location,
bool bSelectNewNode
)
Remarks
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).