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