Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannelData
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include | #include "Channels/MovieSceneChannelData.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelData.cpp |
void FindKeys
(
FFrameNumber InTime,
int32 MaxNum,
int32 & OutMinIndex,
int32 & OutMaxIndex,
int32 InTolerance
)
Remarks
Find the range of keys that fall around InTime +/- InTolerance up to a maximum
Parameters
| Name | Description |
|---|---|
| InTime | The time around which to search |
| MaxNum | A maximum number of times to find, starting with those closest to the predicate time |
| OutMin | The earliest index that met the conditions of the search |
| OutMax | The latest index that met the conditions of the search |
| InTolerance | The tolerance range to search around PredicateTime with |