Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/ITemporalUpscaler
Outputs of the third party temporal upscaler.
| Name | FOutputs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Renderer/Public/TemporalUpscaler.h |
| Include Path | #include "TemporalUpscaler.h" |
Syntax
struct FOutputs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FullRes | FScreenPassTexture | Output of the temporal upscaler. FullRes.ViewRect must match FInputs::OutputViewRect. | TemporalUpscaler.h | |
| NewHistory | TRefCountPtr< IHistory > | New history to be kept alive for next frame. | TemporalUpscaler.h |