Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/FViewModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TViewModelPtr< T > CastThisShared () |
Casts this data model to an extension, or to a child class implementation | MVVM/ViewModels/ViewModel.h | |
TViewModelPtr< const T > CastThisShared () |
Casts this data model to an extension, or to a child class implementation | MVVM/ViewModels/ViewModel.h |
CastThisShared()
Description
Casts this data model to an extension, or to a child class implementation
| Name | CastThisShared |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/ViewModels/ViewModel.h |
| Include Path | #include "MVVM/ViewModels/ViewModel.h" |
template<typename T>
TViewModelPtr < T > CastThisShared()
CastThisShared()
Description
Casts this data model to an extension, or to a child class implementation
| Name | CastThisShared |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/ViewModels/ViewModel.h |
| Include Path | #include "MVVM/ViewModels/ViewModel.h" |
template<typename T>
TViewModelPtr < const T > CastThisShared() const