UEdGraphSchema::SafeDeleteNodeFromGraph

Perform any logic necessary to safely remove this node from the graph.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool SafeDeleteNodeFromGraph
(
    UEdGraph * Graph,
    UEdGraphNode * Node
) const

Remarks

Perform any logic necessary to safely remove this node from the graph.

Returns

Whether or not the node was successfully deleted.

Parameters

Parameter

Description

Graph

Type of pin to drop onto the node

Node

Direction of the source pin

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