Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
The frame range within the active level sequence that a Quick Render should use.
| Name | EMovieGraphQuickRenderFrameRangeType |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphQuickRenderSettings.h |
| Include Path | #include "Graph/MovieGraphQuickRenderSettings.h" |
Syntax
enum EMovieGraphQuickRenderFrameRangeType
{
PlaybackRange,
SelectionRange,
Custom,
}
Values
| Name | Remarks |
|---|---|
| PlaybackRange | Use the frame range specified by the sequence's start and end frame. |
| SelectionRange | Use the sequence's selection as the start and end frame. |
| Custom | Use a custom frame range. |