UMovieSceneCinematicShotTrack::AddSequenceOnRow

Adds a movie scene section at the requested time.

Windows
MacOS
Linux

Override Hierarchy

UMovieSceneSubTrack::AddSequenceOnRow()

UMovieSceneCinematicShotTrack::AddSequenceOnRow()

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCinematicShotTrack.h

Include

#include "Tracks/MovieSceneCinematicShotTrack.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneCinematicShotTrack.cpp

Syntax

virtual UMovieSceneSubSection * AddSequenceOnRow
(
    UMovieSceneSequence * Sequence,
    FFrameNumber StartTime,
    int32 Duration,
    int32 RowIndex
)

Remarks

Adds a movie scene section at the requested time.

Returns

The newly created sub section

Parameters

Parameter

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

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