UWidgetBlueprint::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

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h

Include

#include "WidgetBlueprint.h"

Source

/Engine/Source/Editor/UMGEditor/Private/WidgetBlueprint.cpp

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