Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FCommonAnimationTrackEditor
Description
Remove linked AnimSequence link(s) and the LinkedAnimTrack for the given binding. If bOnlyAutoBaked is true, only removes items where bAutoBake == true.
| Name | DeleteLinkedAnimTrackForBinding |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/CommonAnimationTrackEditor.h |
| Include Path | #include "TrackEditors/CommonAnimationTrackEditor.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/CommonAnimationTrackEditor.cpp |
static bool DeleteLinkedAnimTrackForBinding
(
const TWeakPtr < ISequencer > & InSequencer,
FGuid BindingID,
bool bOnlyAutoBaked
)