FEdGraphUtilities::RenameGraphCloseToName

Tries to rename the graph to have a name similar to BaseName

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h

Include

#include "EdGraphUtilities.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EdGraphUtilities.cpp

Syntax

static void RenameGraphCloseToName
(
    UEdGraph * Graph,
    const FString & BaseName,
    int32 StartIndex
)

Remarks

Tries to rename the graph to have a name similar to BaseName

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