FSubTrackEditor::CanAddSubSequence

Check whether the given sequence can be added as a sub-sequence.

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/SubTrackEditor.h

Include

#include "TrackEditors/SubTrackEditor.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SubTrackEditor.cpp

Syntax

bool CanAddSubSequence
(
    const UMovieSceneSequence & Sequence
) const

Remarks

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.

Returns

true if the sequence can be added as a sub-sequence, false otherwise.

Parameters

Parameter

Description

Sequence

The sequence to check.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss