Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/ITemporalUpscaler
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/TemporalUpscaler.h |
| Include | #include "TemporalUpscaler.h" |
Syntax
struct FInputs
Remarks
Inputs of the temporal upscaler.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureRef | EyeAdaptationTexture | Texture that contain eye adaptation on the red channel. | |
| FIntRect | OutputViewRect | Outputs view rect that must be on FOutputs::FullRes::ViewRect. | |
| float | PreExposure | Pre exposure of the SceneColor. | |
| TRefCountPtr< IHistory > | PrevHistory | The history of the previous frame set by FOutputs::NewHistory. | |
| FScreenPassTexture | SceneColor | The post-DOF and pre-MotionBlur SceneColor. | |
| FScreenPassTexture | SceneDepth | The scene depth. | |
| FScreenPassTexture | SceneVelocity | The scene velocity. | |
| FVector2f | TemporalJitterPixels | Pixel jitter offset of the rendering pixel. |