Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/FAISchemaAction_NewSubNode > API/Editor/AIGraph/FAISchemaAction_NewSubNode/PerformAction
- FEdGraphSchemaAction::PerformAction()
- FAISchemaAction_NewSubNode::PerformAction()
References
| Module | AIGraph |
| Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
| Include | #include "AIGraphSchema.h" |
| Source | /Engine/Source/Editor/AIGraph/Private/AIGraphSchema.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).