Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/PathTracingDenoiser.h |
| Include | #include "PathTracingDenoiser.h" |
Syntax
class IPathTracingSpatialTemporalDenoiser
Remarks
Interface for implementing third party path tracing spatial temporal denoiser.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddMotionVectorPass
(
FRDGBuilder& GraphBuilder, |
||
| FOutputs | Adds the necessary passes into RDG for denoising. | ||
| const TCHAR * | GetDebugName () |
Debug name of the history. | |
| bool |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInputs | Inputs of the path tracing denoiser. | ||
| FMotionVectorInputs | |||
| FOutputs | Outputs of the third party path tracing spacial temporal denoiser. | ||
| IHistory | Ref counted history to be saved in the history. |