Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/Extensions
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/Extensions/ISnappableExtension.h |
| Include | #include "MVVM/Extensions/ISnappableExtension.h" |
Syntax
struct FSnapPoint
Remarks
Structure defining a point to snap to in the sequencer
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFrameNumber | Time | The time of the snap | |
| ESnapType | Type | The type of snap | |
| float | Weighting |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSnapPoint
(
ESnapType InType, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESnapType |