Navigation
API > API/Editor > API/Editor/MaterialEditor > API/Editor/MaterialEditor/FMaterialEditorUtilities
References
| Module | MaterialEditor |
| Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h |
| Include | #include "MaterialEditorUtilities.h" |
| Source | /Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp |
static void DeleteNodes
&40;
const class UEdGraph &42; Graph,
const TArray< UEdGraphNode &42; > & NodesToDelete
&41;
Remarks
Delete the specified nodes from the graph.
Parameters
| Name | Description |
|---|---|
| Graph | Graph representing the material. |
| NodesToDelete | Array of nodes to be removed from the graph. |