Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Drawing > API/Plugins/ModelingComponents/Drawing/MeshDebugDraw__DrawVertices
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshDebugDrawing.h |
| Include | #include "Drawing/MeshDebugDrawing.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Drawing/MeshDebugDrawing.cpp |
namespace MeshDebugDraw
{
void MeshDebugDraw::DrawVertices
(
const FDynamicMesh3 * Mesh,
const TArray < int > & Indices,
float PointSize,
FColor Color,
FPrimitiveDrawInterface * PDI,
const FTransform & Transform
)
}
Remarks
Draw vertices of mesh as points
Parameters
| Name | Description |
|---|---|
| Mesh | The Mesh that provides the vertices |
| Indices | the list of indices |
| PointSize | the size of the points in screen space |
| Color | color of the lines |
| PDI | drawing interface |
| Transform | transform applied to the vertex positions |