Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISnapCandidate
| Name | EDefaultApplicability |
| Type | enum |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Extensions/ISnappableExtension.h |
| Include Path | #include "MVVM/Extensions/ISnappableExtension.h" |
Syntax
enum EDefaultApplicability
{
None = 0,
Keys = 1 << 0,
SectionBounds = 1 << 1,
CustomSnaps = 1 << 2,
All = Keys | SectionBounds | CustomSnaps,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Keys | |
| SectionBounds | |
| CustomSnaps | |
| All |