UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshEdgesRendering.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "MeshEdges.h"
6
7class FRDGBuilder;
8class FViewInfo;
11
13
14void ComposeMeshEdges(FRDGBuilder& GraphBuilder,
15 const FViewInfo& View,
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void ComposeMeshEdges(FRDGBuilder &GraphBuilder, const FViewInfo &View, FScreenPassRenderTarget &EditorPrimitivesColor, FScreenPassRenderTarget &EditorPrimitivesDepth)
Definition MeshEdgesRendering.cpp:405
void InitMeshEdgesViewExtension()
Definition MeshEdgesRendering.cpp:256
Definition RenderGraphBuilder.h:49
Definition SceneRendering.h:1132
Definition ScreenPass.h:83