Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/Misc
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/Misc/SequencerThumbnailCaptureSettings.h |
| Include | #include "Misc/SequencerThumbnailCaptureSettings.h" |
Syntax
enum ESequencerThumbnailCaptureTimeLocation
{
FirstFrame,
MiddleFrame,
LastFrame,
CurrentFrame,
}
Values
| Name | Description |
|---|---|
| FirstFrame | Use the first frame |
| MiddleFrame | Use the middle frame |
| LastFrame | Use the last frame |
| CurrentFrame | Use the frame at which the scrubber is currently positioned |
Remarks
Specifies which frame should be captured in a track.