UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HairStrandsDebug.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 HairStrandsDebug.h: Hair strands debug display.
5=============================================================================*/
6
7#pragma once
8
9#include "RenderGraph.h"
10#include "SceneRendering.h"
11
13 FRDGBuilder& GraphBuilder,
14 FScene* Scene,
void RenderHairStrandsDebugInfo(FRDGBuilder &GraphBuilder, FScene *Scene, TArrayView< FViewInfo > Views, FHairStrandsBookmarkParameters &Parameters)
Definition HairStrandsDebug.cpp:1330
Definition RenderGraphBuilder.h:49
Definition ScenePrivate.h:2875
Definition ArrayView.h:139
Definition HairStrandsInterface.h:570