Navigation
API > API/Runtime > API/Runtime/Navmesh
Abstract debug draw interface.
| Name | duDebugDraw |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
Syntax
struct duDebugDraw
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~duDebugDraw() |
DebugUtils/DebugDraw.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void begin
(
duDebugDrawPrimitives prim, |
Begin drawing primitives. | DebugUtils/DebugDraw.h | |
void depthMask
(
bool state |
DebugUtils/DebugDraw.h | ||
void end() |
End drawing primitives. | DebugUtils/DebugDraw.h | |
void text
(
const duReal x, |
Submit a text label | DebugUtils/DebugDraw.h | |
virtual void text
(
const float x, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h | |
void texture
(
bool state |
DebugUtils/DebugDraw.h | ||
void vertex
(
const duReal* pos, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float* pos, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h | |
void vertex
(
const duReal* pos, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float* pos, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h | |
void vertex
(
const duReal x, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float x, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h | |
void vertex
(
const duReal x, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float x, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h |