Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FEdGraphSchemaAction_EventFromFu- > API/Editor/BlueprintGraph/FEdGraphSchemaAction_EventFromFu-/PerformAction
- FEdGraphSchemaAction::PerformAction()
- FEdGraphSchemaAction_EventFromFunction::PerformAction()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
Include | #include "EdGraphSchema_K2_Actions.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp |
virtual UEdGraphNode &42; PerformAction
&40;
class UEdGraph &42; ParentGraph,
TArray< UEdGraphPin &42; > & FromPins,
const FVector2D 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).