Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Note: There are a number of enums in here which are named with a MovieGraph prefix. This is no longer accurate; these are now usable in the broader movie pipeline with the legacy system as well, but the naming is kept as-is for backwards compatibility. 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. |