Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FBlueprintEditorUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static void RemoveTimeline
&40;
UBlueprint &42; Blueprint,
class UTimelineTemplate &42; Timeline,
bool bDontRecompile
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Timeline | The timeline to remove |
| bDontRecompile | If true, the blueprint will not be marked as modified, and will not be recompiled. |