UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::IHistory Class Referenceabstract

#include <PathTracingDenoiser.h>

+ Inheritance diagram for UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::IHistory:

Public Member Functions

virtual ~IHistory ()
 
virtual const TCHARGetDebugName () const =0
 
- Public Member Functions inherited from FRefCountBase
 FRefCountBase ()=default
 
virtual ~FRefCountBase ()=default
 
 FRefCountBase (const FRefCountBase &Rhs)=delete
 
FRefCountBaseoperator= (const FRefCountBase &Rhs)=delete
 
FReturnedRefCountValue AddRef () const
 
uint32 Release () const
 
uint32 GetRefCount () const
 

Detailed Description

Ref counted history to be saved in the history.

Constructor & Destructor Documentation

◆ ~IHistory()

virtual UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::IHistory::~IHistory ( )
inlinevirtual

Member Function Documentation

◆ GetDebugName()

virtual const TCHAR * UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::IHistory::GetDebugName ( ) const
pure virtual

Debug name of the history. Must exactly point to the same const TCHAR* as IPathTracingSpatialTemporalDenoiser::GetDebugName(). This is used to ensure IHistory is fed to a compatible IPathTracingSpatialTemporalDenoiser.


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