Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/FGraphActionListBuilderBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
void PerformAction
(
class UEdGraph * ParentGraph,
TArray < UEdGraphPin * > & FromPins,
const FVector2D Location
)
Remarks
Goes through all actions and calls PerformAction on them individually
Parameters
| Name | Description |
|---|---|
| ParentGraph | The graph we are operating in the context of. |
| FromPins | Optional pins that the action was dragged from. |
| Location | The position on the graph to place new nodes. |