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 FOutputs
Remarks
Outputs of the third party temporal upscaler.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FScreenPassTexture | FullRes | Output of the temporal upscaler. | |
| TRefCountPtr< IHistory > | NewHistory | New history to be kept alive for next frame. |