Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FCommonAnimationTrackEditor
Description
Find or create the linked animation track for the given binding. If none exists, creates the necessary track structure, linked anim sequence, section, and disables evaluation on the track.
| Name | GetOrCreateLinkedAnimTrack |
| 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 UMovieSceneTrack * GetOrCreateLinkedAnimTrack
(
const TWeakPtr < ISequencer > & InSequencer,
FGuid BindingID
)