UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HairStrandsDeepShadow.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 HairStrandsDeepShadow.h: Hair strands deep shadow implementation.
5=============================================================================*/
6
7#pragma once
8
9#include "CoreMinimal.h"
10#include "RendererInterface.h"
13#include "SceneTypes.h"
14#include "SceneRendering.h"
15
17 FRDGBuilder& GraphBuilder,
18 const class FScene* Scene,
19 FViewInfo& View,
20 FInstanceCullingManager& InstanceCullingManager);
void RenderHairStrandsDeepShadows(FRDGBuilder &GraphBuilder, const class FScene *Scene, FViewInfo &View, FInstanceCullingManager &InstanceCullingManager)
Definition InstanceCullingManager.h:45
Definition RenderGraphBuilder.h:49
Definition ScenePrivate.h:2875
Definition SceneRendering.h:1132