FSubSequencePath::Contains

Check whether this path contains the specified sequence ID

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneRootOverridePath.h

Include

#include "Evaluation/MovieSceneRootOverridePath.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneRootOverridePath.cpp

Syntax

bool Contains
(
    FMovieSceneSequenceID SequenceID
) const

Remarks

Check whether this path contains the specified sequence ID

Returns

true if this path contains the sequence ID (or SequenceID == MovieSceneSequenceID::Root), false otherwise

Parameters

Parameter

Description

SequenceID

ID of the sequence to check for

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