Navigation
API > API/Editor > API/Editor/Sequencer
Specifies which frame should be captured in a track.
| Name | ESequencerThumbnailCaptureTimeLocation |
| Type | enum |
| Header File | /Engine/Source/Editor/Sequencer/Public/Misc/SequencerThumbnailCaptureSettings.h |
| Include Path | #include "Misc/SequencerThumbnailCaptureSettings.h" |
Syntax
enum ESequencerThumbnailCaptureTimeLocation
{
FirstFrame,
MiddleFrame,
LastFrame,
CurrentFrame,
}
Values
| Name | Remarks |
|---|---|
| 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 |