Navigation
Unreal Engine C++ API Reference > 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 |
int32 FindKey
&40;
FFrameNumber InTime,
FFrameNumber InTolerance
&41;
Remarks
Attempt to find a key at a given time and tolerance The index of the key closest to InTime and within InTolerance, or INDEX_NONE
Parameters
Name | Description |
---|---|
InTime | The time at which to search |
InTolerance | A tolerance of frame numbers to allow either side of the specified time |