Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IKeyExtension.h |
| Include | #include "MVVM/Extensions/IKeyExtension.h" |
Syntax
struct FCachedKeys
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FKeyHandle > | KeyHandles | Handles to each of the keys | |
| TArray< FFrameTime > | KeyTimes | Frame times for each of the keys in a data-dependent time-space |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetKeysInRange
(
const TRange< FFrameTime >& Range, |
||
| void | GetKeysInRangeWithBounds
(
const TRange< FFrameTime >& Range, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCachedKey |