Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerKeyCollection.h |
| Include | #include "SequencerKeyCollection.h" |
Syntax
class FSequencerKeyCollection
Remarks
A collection of keys gathered recursively from a particular node or nodes
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FFrameNumber > | FindFirstKeyInRange
(
const TRange< FFrameNumber >& Range, |
Search forwards or backwards for the first key within the specified range | |
| TOptional< FFrameNumber > | FindFirstSectionKeyInRange
(
const TRange< FFrameNumber >& Range, |
||
| TArrayView< const FFrameNumber > | GetKeysInRange
(
const TRange< FFrameNumber >& Range |
Get a view of all key times that reside within the specified range | |
| TOptional< FFrameNumber > | GetNextKey
(
FFrameNumber FrameNumber, |
Search forwards or backwards for the next key from the specified frame number | |
| TOptional< FFrameNumber > | GetNextSectionKey
(
FFrameNumber FrameNumber, |
||
| TArrayView< const FFrameNumber > | GetSectionKeysInRange
(
const TRange< FFrameNumber >& Range |
||
| const FSequencerKeyCollectionSignature & | GetSignature () |
Access the signature this collection was generated with | |
| bool | Update
(
const FSequencerKeyCollectionSignature& InSignature |
Update this key collection using the specified signature |