Navigation
API > API/Editor > API/Editor/SequencerCore
| Name | IHoveredExtension |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IHoveredExtension.h |
| Include Path | #include "MVVM/Extensions/IHoveredExtension.h" |
Syntax
class IHoveredExtension
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IHoveredExtension() |
MVVM/Extensions/IHoveredExtension.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | ::UE::Sequencer::TAutoRegisterViewModelTypeID< IHoveredExtension > | MVVM/Extensions/IHoveredExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsHovered() |
MVVM/Extensions/IHoveredExtension.h | ||
void OnHovered() |
MVVM/Extensions/IHoveredExtension.h | ||
void OnUnhovered() |
MVVM/Extensions/IHoveredExtension.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterTypeID() |
MVVM/Extensions/IHoveredExtension.h |