Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > MovieSceneHelpers
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
Include | #include "MovieSceneCommonHelpers.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static UMovieSceneSection &42; FindNearestSectionAtTime
&40;
TArrayView< UMovieSceneSection &42;const > Sections,
FFrameNumber Time,
int32 RowIndex
&41;
Remarks
Finds the nearest section to the given time The found section or null
Parameters
Name | Description |
---|---|
Time | The time to find a section at |
RowIndex | Limit the search to a given row index |