Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Tracks > UMovieSceneSubTrack
- UMovieSceneSubTrack::AddSequenceOnRow()
- UMovieSceneCinematicShotTrack::AddSequenceOnRow()
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 |
virtual UMovieSceneSubSection &42; AddSequenceOnRow
&40;
UMovieSceneSequence &42; Sequence,
FFrameNumber StartTime,
int32 Duration,
int32 RowIndex
&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 |
bInsertSequence | Whether or not to insert the sequence and push existing sequences out |