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 |
TArrayView < const FFrameNumber > GetKeysInRange
(
const TRange < FFrameNumber > & Range,
EFindKeyType FindKeyType
) const
Remarks
Get a view of all key times that reside within the specified range A (possibly empty) array view of all the times that lie within the range
Parameters
| Name | Description |
|---|---|
| Range | The range to search within |