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