Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneSection
Description
Places this section at the specified row at the specified time. Overlapping sections will be moved down a row. Good for placement upon creation.
| Name | InitialPlacementOnRow |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h |
| Include Path | #include "MovieSceneSection.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp |
virtual void InitialPlacementOnRow
(
const TArray < UMovieSceneSection * > & Sections,
FFrameNumber InStartTime,
int32 InDuration,
int32 InRowIndex
)
Parameters
| Name | Remarks |
|---|---|
| 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. |