FMovieSceneSequenceHierarchy::FindSubSequence

Find the sub sequence for a given sequence ID, or nullptr if it was not found

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneSequenceHierarchy.h"

Syntax

UMovieSceneSequence * FindSubSequence
(
    FMovieSceneSequenceIDRef SequenceID
) const

Remarks

Find the sub sequence for a given sequence ID, or nullptr if it was not found

Returns

pointer to the sequence, or nullptr if the sequence ID does not exist in this hierarchy

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