Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Tracks > UMovieSceneSubTrack
- UMovieSceneSubTrack::AddSequence()
- UMovieSceneCinematicShotTrack::AddSequence()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Tracks/MovieSceneSubTrack.h |
Include | #include "Tracks/MovieSceneSubTrack.h" |
virtual UMovieSceneSubSection &42; AddSequence
&40;
UMovieSceneSequence &42; Sequence,
FFrameNumber StartTime,
int32 Duration
&41;
Remarks
Adds a movie scene section at the requested time. The newly created sub section
Parameters
Name | Description |
---|---|
Sequence | The sequence to add |
StartTime | The time to add the section at |
Duration | The duration of the section in frames |