Navigation
API > API/Editor > API/Editor/Sequencer
Main track-area selection class storing the selection of sections, layer-bars and other trac-area elements
| Name | FTrackAreaSelection |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Selection/Selection.h |
| Include Path | #include "MVVM/Selection/Selection.h" |
Syntax
struct FTrackAreaSelection : public TSelectionSetBase< FTrackAreaSelection, FWeakViewModelPtr >
Inheritance Hierarchy
- TSelectionSetBase< FTrackAreaSelection, FWeakViewModelPtr > → FTrackAreaSelection
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFilteredViewModelSelectionIterator< FWeakViewModelPtr, FilterType > Filter() |
Filter this selection set based on the specified filter type | MVVM/Selection/Selection.h | |
bool OnSelectItem
(
const FWeakViewModelPtr& WeakViewModel |
MVVM/Selection/Selection.h |