Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::SafeDeleteNodeFromGraph()
- UEdGraphSchema_K2::SafeDeleteNodeFromGraph()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include | #include "EdGraphSchema_K2.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual bool SafeDeleteNodeFromGraph
&40;
UEdGraph &42; Graph,
UEdGraphNode &42; Node
&41; const
Remarks
Perform any logic necessary to safely remove this node from the graph. Whether or not the node was successfully deleted.
Parameters
Name | Description |
---|---|
Graph | Type of pin to drop onto the node |
Node | Direction of the source pin |