Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/IMovieSceneLinkedAnimTrackProvid-
Description
Isolate or un-isolate the linked animation track. When isolating: enables the linked anim track and disables other animation/control rig tracks. When un-isolating: restores the previous evaluation state.
| Name | IsolateLinkedAnimTrack |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/IMovieSceneLinkedAnimTrackProvider.h |
| Include Path | #include "IMovieSceneLinkedAnimTrackProvider.h" |
bool IsolateLinkedAnimTrack
(
const TWeakPtr < ISequencer > & InSequencer,
FGuid BindingID,
bool bIsolate
)
true if any track evaluation state was changed.