Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::SafeDeleteNodeFromGraph()
- UMaterialGraphSchema::SafeDeleteNodeFromGraph()
- URigVMEdGraphSchema::SafeDeleteNodeFromGraph()
- UMetasoundEditorGraphSchema::SafeDeleteNodeFromGraph()
- UEdGraphSchema_K2::SafeDeleteNodeFromGraph()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
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 |