Navigation
Unreal Engine C++ API Reference > 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
(
FFrameNumber FrameNumber,
EFindKeyDirection Direction,
const TRange < FFrameNumber > & Range,
EFindKeyType FindKeyType
) 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 |