UEdGraphSchema::TryDeleteGraph

Try to delete the graph through the schema, return true if successful

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::TryDeleteGraph()

UControlRigGraphSchema::TryDeleteGraph()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool TryDeleteGraph
(
    UEdGraph * GraphToDelete
) const

Remarks

Try to delete the graph through the schema, return true if successful