Choose your operating system:
Windows
macOS
Linux
| FEdGraphSchemaAction::PerformAction()
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
Include |
#include "EdGraphSchema_Niagara.h" |
Source |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_Niagara.cpp |
virtual UEdGraphNode * PerformAction
(
class UEdGraph * ParentGraph,
TArray< UEdGraphPin * > & FromPins,
const FVector2D Location,
bool bSelectNewNode
)
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).