Navigation
API > API/Editor > API/Editor/SequencerCore
| Name | IStretchableExtension |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IStretchableExtension.h |
| Include Path | #include "MVVM/Extensions/IStretchableExtension.h" |
Syntax
class IStretchableExtension
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStretchableExtension() |
MVVM/Extensions/IStretchableExtension.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< IStretchableExtension > | MVVM/Extensions/IStretchableExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EStretchResult OnBeginStretch
(
const IStretchOperation& StretchOperation, |
MVVM/Extensions/IStretchableExtension.h | ||
virtual void OnEndStretch
(
const IStretchOperation& StretchOperation, |
MVVM/Extensions/IStretchableExtension.h | ||
virtual void OnInitiateStretch
(
IStretchOperation& StretchOperation, |
MVVM/Extensions/IStretchableExtension.h | ||
virtual void OnStretch
(
const IStretchOperation& StretchOperation, |
MVVM/Extensions/IStretchableExtension.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
MVVM/Extensions/IStretchableExtension.h |