Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieSceneSection
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h |
Include | #include "MovieSceneSection.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp |
virtual void InitialPlacementOnRow
&40;
const TArray< UMovieSceneSection &42; > & Sections,
FFrameNumber InStartTime,
int32 InDuration,
int32 InRowIndex
&41;
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
Name | 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. |