UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Renderer::Private::ITemporalUpscaler::FOutputs Struct Reference

#include <TemporalUpscaler.h>

Public Attributes

FScreenPassTexture FullRes
 
TRefCountPtr< IHistoryNewHistory
 

Detailed Description

Outputs of the third party temporal upscaler.

Member Data Documentation

◆ FullRes

FScreenPassTexture UE::Renderer::Private::ITemporalUpscaler::FOutputs::FullRes

Output of the temporal upscaler. FullRes.ViewRect must match FInputs::OutputViewRect.

◆ NewHistory

TRefCountPtr<IHistory> UE::Renderer::Private::ITemporalUpscaler::FOutputs::NewHistory

New history to be kept alive for next frame. NewHistory->GetDebugName() must exactly point to the same const TCHAR* as ITemporalUpscaler::GetDebugName().


The documentation for this struct was generated from the following file: