Navigation
API > API/Editor > API/Editor/SequencerCore
Strongly typed version of FViewModelExtensionCollection
| Name | TViewModelExtensionCollection |
| Type | struct |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/ViewModelExtensionCollection.h |
| Include Path | #include "MVVM/Extensions/ViewModelExtensionCollection.h" |
Syntax
template<typename T>
struct TViewModelExtensionCollection : public UE::Sequencer::FViewModelExtensionCollection
Inheritance Hierarchy
- FNoncopyable → FViewModelExtensionCollection → TViewModelExtensionCollection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MVVM/Extensions/ViewModelExtensionCollection.h | |||
TViewModelExtensionCollection
(
TWeakPtr< FViewModel > InWeakModel |
MVVM/Extensions/ViewModelExtensionCollection.h | ||
TViewModelExtensionCollection
(
TWeakPtr< FViewModel > InWeakModel, |
MVVM/Extensions/ViewModelExtensionCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FilterExtensions
(
Predicate&& InPredicate |
MVVM/Extensions/ViewModelExtensionCollection.h | ||
TArrayView< T *const > GetExtensions() |
MVVM/Extensions/ViewModelExtensionCollection.h |