Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/FEdGraphSchemaAction_NewNode > API/Runtime/Engine/EdGraph/FEdGraphSchemaAction_NewNode/PerformAction
- FEdGraphSchemaAction::PerformAction()
- FEdGraphSchemaAction_NewNode::PerformAction()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.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).