UMovieSceneSection::InitialPlacementOnRow

Places this section at the specified row at the specified time.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h

Include

#include "MovieSceneSection.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp

Syntax

virtual void InitialPlacementOnRow
(
    const TArray< UMovieSceneSection * > & Sections,
    FFrameNumber InStartTime,
    int32 InDuration,
    int32 InRowIndex
)

Remarks

Places this section at the specified row at the specified time. Overlapping sections will be moved down a row. Good for placement upon creation.

Parameters

Parameter

Description

Sections

Sections that we can not overlap with.

InStartTime

The new start time.

InDuration

The duration.

InRowIndex

The row index to place this section on.

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