Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/duDebugDraw
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
text(const duReal, const duReal, const duReal, const char *)
Description
Submit a text label
| Name | text |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
void text
(
const duReal x,
const duReal y,
const duReal z,
const char * text
)
Parameters
| Name | Remarks |
|---|---|
| x, y, z | [in] 3D position of the text. |
| text | [in] text to display. |
text(const float, const float, const float, const char *)
Description
Float version of this function is now deprecated
| Name | text |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
virtual void text
(
const float x,
const float y,
const float z,
const char * text
)