Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/TMovieSceneChannelData_constValu-
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
Include | #include "Channels/MovieSceneChannelData.h" |
int32 FindKey
&40;
FFrameNumber InTime,
FFrameNumber InTolerance
&41; const
Remarks
Attempt to find a key at a given time and tolerance The index of the key closest to InTime and within InTolerance, INDEX_NONE or Times.Num()
Parameters
Name | Description |
---|---|
InTime | The time at which to search |
InTolerance | A tolerance of frame numbers to allow either side of the specified time |