duDebugDraw::vertex

Submit a vertex

Windows
MacOS
Linux

Override Hierarchy

duDebugDraw::vertex()

FRecastInternalDebugData::vertex()

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h

Include

#include "DebugUtils/DebugDraw.h"

Syntax

void vertex
(
    const float * pos,
    unsigned int color,
    const float * uv
)

Remarks

Submit a vertex

Parameters

Parameter

Description

pos

[in] position of the verts.

color

[in] color of the verts.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss