Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSnapPoint
| Name | ESnapType |
| Type | enum |
| Header File | /Engine/Source/Editor/Sequencer/Public/MVVM/Extensions/ISnappableExtension.h |
| Include Path | #include "MVVM/Extensions/ISnappableExtension.h" |
Syntax
enum ESnapType
{
Key,
SectionBounds,
CustomSection,
PlaybackRange,
CurrentTime,
InOutRange,
Mark,
}
Values
| Name | Remarks |
|---|---|
| Key | |
| SectionBounds | |
| CustomSection | |
| PlaybackRange | |
| CurrentTime | |
| InOutRange | |
| Mark |