Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Dictates which jobs should be used to get media from for playback if more than one job generated media.
| Name | EMovieGraphJobPlaybackRange |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelinePostRenderSettings.h |
| Include Path | #include "MoviePipelinePostRenderSettings.h" |
Syntax
enum EMovieGraphJobPlaybackRange
{
FirstJobOnly,
AllJobs,
}
Values
| Name | Remarks |
|---|---|
| FirstJobOnly | Only play back media from the first job that was rendered. |
| AllJobs | Play back media from all of the jobs that were rendered. |