Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph > API/Editor/UnrealEd/MaterialGraph/UMaterialGraphSchema
- UEdGraphSchema::SafeDeleteNodeFromGraph()
- UMaterialGraphSchema::SafeDeleteNodeFromGraph()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphSchema.h |
| Include | #include "MaterialGraph/MaterialGraphSchema.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphSchema.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 |