UMovieSceneSubTrack::ContainsSequence

Check whether this track contains the given sequence.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Tracks/MovieSceneSubTrack.h

Include

#include "Tracks/MovieSceneSubTrack.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Tracks/MovieSceneSubTrack.cpp

Syntax

bool ContainsSequence
(
    const UMovieSceneSequence & Sequence,
    bool Recursively,
    const UMovieSceneSection * SectionToSkip
) const

Remarks

Check whether this track contains the given sequence.

Returns

true if the sequence is in this track, false otherwise.

Parameters

Parameter

Description

Sequence

The sequence to find.

Recursively

Whether to search for the sequence in sub-sequences.

SectionToSkip

Skip this section when searching the track (ie. the section is already set to this sequence).

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