Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
The type of viewer that should be used to play back media.
| Name | EMovieGraphPlaybackMethod |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelinePostRenderSettings.h |
| Include Path | #include "MoviePipelinePostRenderSettings.h" |
Syntax
enum EMovieGraphPlaybackMethod
{
OperatingSystem,
CustomViewer,
}
Values
| Name | Remarks |
|---|---|
| OperatingSystem | Use the operating system's default application for playing back media of the type that's being viewed. |
| CustomViewer | Use a specific application for playing back media. |