Navigation
API > API/Editor > API/Editor/SequencerCore
| Name | IKeyExtension |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IKeyExtension.h |
| Include Path | #include "MVVM/Extensions/IKeyExtension.h" |
Syntax
class IKeyExtension
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IKeyExtension() |
MVVM/Extensions/IKeyExtension.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< IKeyExtension > | MVVM/Extensions/IKeyExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< FCurveModel > CreateCurveModel() |
MVVM/Extensions/IKeyExtension.h | ||
void DrawKeys
(
TArrayView< const FKeyHandle > InKeyHandles, |
MVVM/Extensions/IKeyExtension.h | ||
bool GetFixedExtents
(
double& OutFixedMin, |
MVVM/Extensions/IKeyExtension.h | ||
bool UpdateCachedKeys
(
TSharedPtr< FCachedKeys >& OutCachedKeys |
MVVM/Extensions/IKeyExtension.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
MVVM/Extensions/IKeyExtension.h |