Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/Selection
Inheritance Hierarchy
- FSelectionBase
- TUniqueFragmentSelectionSet
- FKeySelection
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/Selection/Selection.h |
| Include | #include "MVVM/Selection/Selection.h" |
Syntax
struct FKeySelection : public UE::Sequencer::TUniqueFragmentSelectionSet< FKeyHandle, FChannelModel >
Remarks
Main key selection class that stores selected key handles, and the channel they originated from
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Select
(
TViewModelPtr< FChannelModel > InOwner, |
Overridden Select function for passing by TViewModelPtr instead of TWeakViewModelPtr | |
| void | SelectRange
(
TViewModelPtr< FChannelModel > InOwner, |
Overridden SelectRange function for passing by TViewModelPtr instead of TWeakViewModelPtr |