Navigation
API > API/Runtime > API/Runtime/Navmesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
unsigned int duRGBA
(
unsigned int rgba |
Reorder to handle the 0xRRGGBBAA format. | DebugUtils/DebugDraw.h | |
unsigned int duRGBA
(
int r, |
DebugUtils/DebugDraw.h |
duRGBA(unsigned int)
Description
Reorder to handle the 0xRRGGBBAA format.
| Name | duRGBA |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
unsigned int duRGBA
(
unsigned int rgba
)
duRGBA(int, int, int, int)
| Name | duRGBA |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
unsigned int duRGBA
(
int r,
int g,
int b,
int a
)