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