UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeometryCollectionDebugDraw.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Math/MathFwd.h"
6
10struct FColor;
11
13{
16};
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition GeometryCollection.h:32
Definition MaterialRenderProxy.h:102
Definition MeshElementCollector.h:26
Definition GeometryCollectionDebugDraw.cpp:26
void DrawWireframe(const FGeometryCollection &Collection, const FTransform &CollectionWorldTransform, FMeshElementCollector &MeshCollector, int32 ViewIndex, const FColor &Color)
Definition GeometryCollectionDebugDraw.cpp:174
void DrawSolid(const FGeometryCollection &Collection, const FTransform &CollectionWorldTransform, FMeshElementCollector &MeshCollector, int32 ViewIndex, const FMaterialRenderProxy *MaterialProxy)
Definition GeometryCollectionDebugDraw.cpp:169
Definition Color.h:486