UEdGraphSchema_K2::SafeDeleteNodeFromGraph

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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h
Include #include "EdGraphSchema_K2.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp
virtual bool SafeDeleteNodeFromGraph
(
    [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * Graph,
    [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * Node
) 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library