UEdGraphSchema::HandleGraphBeingDeleted

Handle a graph being removed by the user (potentially removing associated bound nodes, etc...)

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual void HandleGraphBeingDeleted
(
    UEdGraph & GraphBeingRemoved
) const

Remarks

Handle a graph being removed by the user (potentially removing associated bound nodes, etc...)