![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TemporalUpscaler.h>
Public Attributes | |
| FScreenPassTexture | FullRes |
| TRefCountPtr< IHistory > | NewHistory |
Outputs of the third party temporal upscaler.
| FScreenPassTexture UE::Renderer::Private::ITemporalUpscaler::FOutputs::FullRes |
Output of the temporal upscaler. FullRes.ViewRect must match FInputs::OutputViewRect.
| 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().