![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PathTracingDenoiser.h>
Inheritance diagram for UE::Renderer::Private::IPathTracingSpatialTemporalDenoiser::IHistory:Public Member Functions | |
| virtual | ~IHistory () |
| virtual const TCHAR * | GetDebugName () const =0 |
Public Member Functions inherited from FRefCountBase | |
| FRefCountBase ()=default | |
| virtual | ~FRefCountBase ()=default |
| FRefCountBase (const FRefCountBase &Rhs)=delete | |
| FRefCountBase & | operator= (const FRefCountBase &Rhs)=delete |
| FReturnedRefCountValue | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
Ref counted history to be saved in the history.
|
inlinevirtual |
|
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.