Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FSubTrackEditorUtil
Description
Check whether the given sequence can be added as a sub-sequence.
The purpose of this method is to disallow circular references between sub-sequences in the focused movie scene.
| Name | CanAddSubSequence |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/SubTrackEditorBase.h |
| Include Path | #include "TrackEditors/SubTrackEditorBase.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditorBase.cpp |
static bool CanAddSubSequence
(
const UMovieSceneSequence * CurrentSequence,
const UMovieSceneSequence & SubSequence
)
true if the sequence can be added as a sub-sequence, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Sequence | The sequence to check. |