Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Description
Remove the timeline from the blueprint
Just removes the timeline from the associated timelist in the Blueprint. Does not remove the node graph object representing the timeline itself.
| Name | RemoveTimeline |
| 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 void RemoveTimeline
(
UBlueprint * Blueprint,
class UTimelineTemplate * Timeline,
bool bDontRecompile
)
Parameters
| Name | Remarks |
|---|---|
| Timeline | The timeline to remove |
| bDontRecompile | If true, the blueprint will not be marked as modified, and will not be recompiled. |