UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDebugRenderSceneProxy::FMesh Struct Reference

#include <DebugRenderSceneProxy.h>

Public Member Functions

ENGINE_API FMesh ()
 
ENGINE_API ~FMesh ()
 
ENGINE_API FMesh (const FMesh &Other)
 

Public Attributes

TArray< FDynamicMeshVertexVertices
 
TArray< uint32Indices
 
FBox Box = FBox(ForceInit)
 
FColor Color = FColor::White
 

Constructor & Destructor Documentation

◆ FMesh() [1/2]

FDebugRenderSceneProxy::FMesh::FMesh ( )
default

◆ ~FMesh()

FDebugRenderSceneProxy::FMesh::~FMesh ( )
default

◆ FMesh() [2/2]

FDebugRenderSceneProxy::FMesh::FMesh ( const FMesh Other)

Member Data Documentation

◆ Box

FBox FDebugRenderSceneProxy::FMesh::Box = FBox(ForceInit)

◆ Color

FColor FDebugRenderSceneProxy::FMesh::Color = FColor::White

◆ Indices

TArray<uint32> FDebugRenderSceneProxy::FMesh::Indices

◆ Vertices

TArray<FDynamicMeshVertex> FDebugRenderSceneProxy::FMesh::Vertices

The documentation for this struct was generated from the following files: