Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > TMovieSceneChannelData< const ValueType >
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
Include | #include "Channels/MovieSceneChannelData.h" |
void FindKeys
&40;
FFrameNumber InTime,
int32 MaxNum,
int32 & OutMinIndex,
int32 & OutMaxIndex,
FFrameNumber InTolerance
&41; const
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 |