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 ISnapCandidate
Remarks
Interface that defines how to construct an FSequencerSnapField
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreSectionBoundsApplicable
(
UMovieSceneSection* Section |
Return true to include the specified section's bounds in the snap field | |
| bool | AreSectionCustomSnapsApplicable
(
UMovieSceneSection* Section |
Return true to include the specified section's custom snap points in the snap field | |
| void | GetCapabilities
(
EDefaultApplicability& OutDefaultApplicability, |
Retrieve the capabilities of this snap candidate instance as a bitmask. | |
| bool | IsKeyApplicable
(
FKeyHandle KeyHandle, |
Return true to include the specified key in the snap field |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EDefaultApplicability | |||
| ESnapCapabilities |