Navigation
API > API/Editor > API/Editor/SequencerCore
References
Module | SequencerCore |
Header | /Engine/Source/Editor/SequencerCore/Public/SequencerCoreFwd.h |
Include | #include "SequencerCoreFwd.h" |
Syntax
template<typename ViewModelType>
struct TImplicitWeakViewModelPin
Remarks
Proxy type that combines a Pin() and Cast() of a weak view model ptr, gracefully handling null.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TImplicitWeakViewModelPin
(
const TWeakPtr< ViewModelType >& In |
Construction from a regular weak ptr to a view model |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Simultaneously Pin() and Cast() this view model to the templated type | ||
![]() ![]() |
Simultaneously Pin() and Cast() this view model to the templated type | ||
![]() ![]() |