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 > GetNextKey
&40;
FFrameNumber FrameNumber,
EFindKeyDirection Direction
&41; const
Remarks
Search forwards or backwards for the next key from the specified frame number (Optional) Frame number of the key that's next or previous from that time
Parameters
| Name | Description |
|---|---|
| FrameNumber | The frame number to search from |
| Direction | Whether to return the next key or previous key from that time |