Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Selection
Inheritance Hierarchy
- FSelectionBase
- TSelectionSetBase
- FMarkedFrameSelection
- FOutlinerSelection
- FTrackAreaSelection
- TUniqueFragmentSelectionSet
- FKeySelection
References
| Module | SequencerCore |
| Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Selection/SequencerCoreSelectionTypes.h |
| Include | #include "MVVM/Selection/SequencerCoreSelectionTypes.h" |
Syntax
class FSelectionBase
Remarks
Base class for all selection sets that can be added to an FSequencerCoreSelection owner.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSimpleMulticastDelegate | OnChanged | Broadcast if this selection set has changed when all event suppressors have been destroyed |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Should only be used by derived types |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
Empty this selection set | |
| FSequencerCoreSelection * | GetOwner () |
Retrieve the owner of this instance, assuming it has been added to one | |
| bool | Check whether this selection set has reported changes that are currently pending | ||
| void | ReportChanges
(
bool bInSelectionChanged |
Called by derived classes when they have changed |