UEdGraphSchema::TryRenameGraph

Try to rename a graph through the schema, return true if successful

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::TryRenameGraph()

UControlRigGraphSchema::TryRenameGraph()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual bool TryRenameGraph
(
    UEdGraph * GraphToRename,
    const FName & InNewName
) const

Remarks

Try to rename a graph through the schema, return true if successful