Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/MovieSceneToolHelpers
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h |
| Include | #include "MovieSceneToolHelpers.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp |
static int32 FindAvailableRowIndex
(
UMovieSceneTrack * InTrack,
UMovieSceneSection * InSection,
const TArray < UMovieSceneSection * > & SectionsToDisregard
)
Remarks
Get the next available row index for the section so that it doesn't overlap any other sections in time. The next available row index
Parameters
| Name | Description |
|---|---|
| InTrack | The track to find the next available row on |
| InSection | The section |
| SectionsToDisregard | Disregard checking these sections |