Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Extensions
Inheritance Hierarchy
- FDynamicExtensionContainer
- FViewModel
- FCategoryModel
- FChannelGroupModel
- FChannelModel
- FEditorViewModel
- FSequencerEditorViewModel
- FLayerBarModel
- FOutlinerSpacer
- FOutlinerViewModel
- FSequencerOutlinerViewModel
- FSectionModel
- FSequenceModel
- FTrackAreaViewModel
- FSequencerTrackAreaViewModel
References
Module | SequencerCore |
Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/DynamicExtensionContainer.h |
Include | #include "MVVM/Extensions/DynamicExtensionContainer.h" |
Syntax
class FDynamicExtensionContainer
Remarks
Base class for supporting dynamic extensions that participate in dynamic casting.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
static::UE::Sequencer::TAutoRegisterViewModelTypeID< FDynamicExtensionContainer > | ID |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
T & | AddDynamicExtension
(
TSharedRef< FViewModel > InOwner, |
|
![]() ![]() |
const T * | CastDynamic () |
|
![]() |
T * | CastDynamic () |
|
![]() ![]() |
const void * | CastDynamic
(
FViewModelTypeID Type |
|
![]() |
void * | CastDynamic
(
FViewModelTypeID Type |
|
![]() ![]() |
const T * | ||
![]() |
T * | ||
![]() ![]() |
const void * | CastDynamicChecked
(
FViewModelTypeID Type |
|
![]() |
void * | CastDynamicChecked
(
FViewModelTypeID Type |
|
![]() |
void | ||
![]() ![]() |
void | ||
![]() |
void |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FDynamicExtensionContainer & | operator=
(
const FDynamicExtensionContainer& |