UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IlluminanceMeter.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#include "RenderGraphFwd.h"
4
5class FViewInfo;
7class FRDGBuilder;
9
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FScreenPassTexture ProcessAndRenderIlluminanceMeter(FRDGBuilder &GraphBuilder, const FViewInfo &View, FScreenPassTexture &ScreenPassSceneColor)
Definition IlluminanceMeter.cpp:107
Definition RenderGraphBuilder.h:49
Definition SkyLightSceneProxy.h:17
Definition SceneRendering.h:1132
Definition ScreenPass.h:41