Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Description
Rename a Timeline. If bRenameNodes is true, will also rename any timeline nodes associated with this timeline
| Name | RenameTimeline |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static bool RenameTimeline
(
UBlueprint * Blueprint,
const FName OldVarName,
const FName NewVarName
)