Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Tracks > UMovieSceneCinematicShotTrack
- UMovieSceneSubTrack::AddSequence()
- UMovieSceneCinematicShotTrack::AddSequence()
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCinematicShotTrack.h |
Include | #include "Tracks/MovieSceneCinematicShotTrack.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 |