Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > DebugUtils
Inheritance Hierarchy
- duDebugDraw
- duDisplayList
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
Include | #include "DebugUtils/DebugDraw.h" |
Syntax
class duDisplayList : public duDebugDraw
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
duDisplayList
(
int cap |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | clear () |
|
![]() |
void | draw
(
duDebugDraw* dd |
Overridden from duDebugDraw
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | begin
(
duDebugDrawPrimitives prim, |
Begin drawing primitives. |
![]() ![]() |
void | depthMask
(
bool state |
|
![]() ![]() |
void | end () |
End drawing primitives. |
![]() ![]() |
void | vertex
(
const duReal* pos, |
Submit a vertex |
![]() ![]() |
void | vertex
(
const duReal x, |
Submit a vertex |