UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StochasticLightingViewState.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "RendererInterface.h"
6
FPlatformTypes::uint64 uint64
A 64-bit unsigned integer.
Definition Platform.h:1117
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE::Math::TVector4< float > FVector4f
Definition MathFwd.h:75
Definition StochasticLightingViewState.h:8
FVector4f HistoryScreenPositionScaleBias
Definition StochasticLightingViewState.h:13
uint64 GetGPUSizeBytes(bool bLogSizes) const
Definition SceneViewState.cpp:340
TRefCountPtr< IPooledRenderTarget > SceneDepthHistory
Definition StochasticLightingViewState.h:10
TRefCountPtr< IPooledRenderTarget > SceneNormalHistory
Definition StochasticLightingViewState.h:11
void SafeRelease()
Definition StochasticLightingViewState.h:18
FVector4f HistoryGatherUVMinMax
Definition StochasticLightingViewState.h:15
FVector4f HistoryUVMinMax
Definition StochasticLightingViewState.h:14
FVector4f HistoryBufferSizeAndInvSize
Definition StochasticLightingViewState.h:16
Definition RefCounting.h:454
UE_FORCEINLINE_HINT void SafeRelease()
Definition RefCounting.h:599