UBlueprint::NotifyGraphRenamed

Notify the blueprint when a graph is renamed to allow for additional fixups.

Windows
MacOS
Linux

Override Hierarchy

UBlueprint::NotifyGraphRenamed()

UWidgetBlueprint::NotifyGraphRenamed()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Blueprint.h

Include

#include "Engine/Blueprint.h"

Syntax

virtual void NotifyGraphRenamed
(
    class UEdGraph * Graph,
    FName OldName,
    FName NewName
)

Remarks

Notify the blueprint when a graph is renamed to allow for additional fixups.

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