Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerKeyCollection
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerKeyCollection.h |
| Include | #include "SequencerKeyCollection.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerKeyCollection.cpp |
TOptional< FFrameNumber > FindFirstKeyInRange
&40;
const TRange< FFrameNumber > & Range,
EFindKeyDirection Direction
&41; const
Remarks
Search forwards or backwards for the first key within the specified range (Optional) the time of the key that matched the range
Parameters
| Name | Description |
|---|---|
| Range | The range to search within |
| Direction | Whether to return the first or last key that reside in the given range |