Navigation
Unreal Engine C++ API Reference > Editor > SequencerCore
Filters
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FCastableTypeTable | ||
![]() |
FSharedViewModelData | ||
![]() |
FViewModelTypeID | ||
![]() |
ICastable | ||
![]() |
TImplements | ||
![]() |
TSharedListItem | ||
![]() |
TViewModelConversions | ||
![]() |
TViewModelPtrStorage | Storage selector implemented as a type alias to defer instantiation and allow use with fwd declared types | |
![]() |
TViewModelTypeID | ||
![]() |
TWeakListItem | ||
![]() |
TWeakViewModelConversions | Weak pointer utility for view models that also provides the same explicit conversion utility as F/TViewModelPtr Using this pointer type allows for expressive null handling and casting in a simple function call for any extension type which is useful for many widgets: |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TViewModelPtr< OutModelType > | UE::Sequencer::CastViewModel
(
const TSharedRef< InModelType >& InViewModel |
|
![]() |
TViewModelPtr< OutModelType > | UE::Sequencer::CastViewModel
(
const TSharedPtr< InModelType >& InViewModel |
|
![]() |
TViewModelPtr< OutModelType > | UE::Sequencer::CastViewModel
(
const TViewModelPtr< InModelType >& InViewModel |
|
![]() |
TViewModelPtr< OutModelType > | UE::Sequencer::CastViewModelChecked
(
const TSharedRef< InModelType >& InViewModel |
|
![]() |
TViewModelPtr< OutModelType > | UE::Sequencer::CastViewModelChecked
(
const TSharedPtr< InModelType >& InViewModel |
|
![]() |
TViewModelPtr< OutModelType > | UE::Sequencer::CastViewModelChecked
(
const TViewModelPtr< InModelType >& InViewModel |