Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses
| |
|
| Name |
EMovieGraphPathTracerDenoiserType |
| Type |
enum |
| Header File |
/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/Graph/Nodes/MovieGraphPathTracerPassNode.h |
| Include Path |
#include "Graph/Nodes/MovieGraphPathTracerPassNode.h" |
Syntax
enum EMovieGraphPathTracerDenoiserType
{
Spatial = 0,
Temporal = 1,
}
Values
| Name |
Remarks |
| Spatial |
The active spatial denoiser plugin will be used for denoising. |
| Temporal |
The active spatial-temporal denoiser plugin will be used for denoising. |