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