Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/ViewModelPtr.h |
| Include | #include "MVVM/ViewModelPtr.h" |
Syntax
template<typename T>
struct TViewModelPtrStorage
Remarks
Storage selector implemented as a type alias to defer instantiation and allow use with fwd declared types
Variables
| Type | Name | Description | |
|---|---|---|---|
| T * | Extension | ||
| TSharedPtr< ViewModelType > | SharedModel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | Get () |
||
| const TSharedPtr< ViewModelType > & | GetModel () |
||
| void | Set
(
TSharedPtr< ViewModelType > InModel, |
Typedefs
| Name | Description |
|---|---|
| ViewModelType |