Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/FSequencerCoreSelection
Description
Retrieve a scoped object that will suppress selection events for the duration of its lifetime. This function should only be used for longer running suppression such as those as part of a mouse-down operation. The suppressor can be destroyed by resetting the unique pointer
| Name | SuppressEventsLongRunning |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Selection/SequencerCoreSelection.h |
| Include Path | #include "MVVM/Selection/SequencerCoreSelection.h" |
| Source | /Engine/Source/Editor/SequencerCore/Private/MVVM/Selection/SequencerCoreSelection.cpp |
TUniquePtr < FSelectionEventSuppressor > SuppressEventsLongRunning()