Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/FEdGraphSchemaAction > API/Runtime/Engine/EdGraph/FEdGraphSchemaAction/PerformAction
- FEdGraphSchemaAction::PerformAction()
- FCustomizableObjectSchemaAction_NewNode::PerformAction()
- FNiagaraSchemaAction_NewNode::PerformAction()
- FBlueprintActionMenuItem::PerformAction()
- FDecoratorSchemaAction_NewNode::PerformAction()
- FAISchemaAction_NewNode::PerformAction()
- FBlueprintDragDropMenuItem::PerformAction()
- FEdGraphSchemaAction_K2NewNode::PerformAction()
- FAISchemaAction_NewSubNode::PerformAction()
- FMetasoundGraphSchemaAction_NodeWithMultipleOutputs::PerformAction()
- FEdGraphSchemaAction_K2ViewNode::PerformAction()
- FEdGraphSchemaAction_EventFromFunction::PerformAction()
- FEdGraphSchemaAction_NewNode::PerformAction()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
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).