Navigation
API > API/Editor > API/Editor/SequencerCore
Proxy type that combines a Pin() and Cast() of a weak view model ptr, gracefully handling null.
| Name | TImplicitWeakViewModelPin |
| Type | struct |
| Header File | /Engine/Source/Editor/SequencerCore/Public/SequencerCoreFwd.h |
| Include Path | #include "SequencerCoreFwd.h" |
| Source | /Engine/Source/Editor/SequencerCore/Public/MVVM/ViewModelPtr.h |
Syntax
template<typename ViewModelType>
struct TImplicitWeakViewModelPin
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TImplicitWeakViewModelPin
(
const TWeakPtr< ViewModelType >& In |
Construction from a regular weak ptr to a view model | MVVM/ViewModelPtr.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WeakModel | TWeakPtr< ViewModelType > | MVVM/ViewModelPtr.h |
Functions
Public
See Also
- FWeakViewModelPtr::ImplicitPin