FMaterialEditorUtilities::DeleteNodes

Delete the specified nodes from the graph.

Windows
MacOS
Linux

References

Module

MaterialEditor

Header

/Engine/Source/Editor/MaterialEditor/Public/MaterialEditorUtilities.h

Include

#include "MaterialEditorUtilities.h"

Source

/Engine/Source/Editor/MaterialEditor/Private/MaterialEditorUtilities.cpp

Syntax

static void DeleteNodes
(
    const class UEdGraph * Graph,
    const TArray< UEdGraphNode * > & NodesToDelete
)

Remarks

Delete the specified nodes from the graph.

Parameters

Parameter

Description

Graph

Graph representing the material.

NodesToDelete

Array of nodes to be removed from the graph.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss