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

#include <PathTracingDenoiser.h>

Public Attributes

FRDGTextureRef ColorTex
 
FRDGTextureRef AlbedoTex
 
FRDGTextureRef NormalTex
 
FRDGTextureRef DepthTex
 
FRDGTextureRef VarianceTex
 
FRDGTextureRef OutputTex
 
FRDGTextureRef FlowTex
 
FRDGTextureRef PreviousOutputTex
 
int DenoisingFrameId = -1
 
bool bForceSpatialDenoiserOnly = false
 
TRefCountPtr< IHistoryPrevHistory
 

Detailed Description

Inputs of the path tracing denoiser.

Member Data Documentation

◆ AlbedoTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::AlbedoTex

◆ bForceSpatialDenoiserOnly

bool UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::bForceSpatialDenoiserOnly = false

◆ ColorTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::ColorTex

◆ DenoisingFrameId

int UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::DenoisingFrameId = -1

◆ DepthTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::DepthTex

◆ FlowTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::FlowTex

◆ NormalTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::NormalTex

◆ OutputTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::OutputTex

◆ PrevHistory

TRefCountPtr<IHistory> UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::PrevHistory

The history of the previous frame set by FOutputs::NewHistory. PrevHistory->GetDebugName() is guarentee to match the IPathTracingSpatialTemporalDenoiser.

◆ PreviousOutputTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::PreviousOutputTex

◆ VarianceTex

FRDGTextureRef UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::FInputs::VarianceTex

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