Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintDragDropMenuItem > API/Editor/Kismet/FBlueprintDragDropMenuItem/PerformAction
- FEdGraphSchemaAction::PerformAction()
- FBlueprintDragDropMenuItem::PerformAction()
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintDragDropMenuItem.h |
| Include | #include "BlueprintDragDropMenuItem.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintDragDropMenuItem.cpp |
virtual UEdGraphNode &42; PerformAction
&40;
UEdGraph &42; ParentGraph,
TArray< UEdGraphPin &42; > & FromPins,
FVector2D const Location,
bool bSelectNewNode
&41;
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).