Navigation
API > API/Runtime > API/Runtime/Navmesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void dtSwapEndian
(
unsigned short* v |
Detour/DetourCommon.h | ||
void dtSwapEndian
(
short* v |
Detour/DetourCommon.h | ||
void dtSwapEndian
(
unsigned int* v |
Detour/DetourCommon.h | ||
void dtSwapEndian
(
int* v |
Detour/DetourCommon.h | ||
void dtSwapEndian
(
unsigned long long int* v |
Detour/DetourCommon.h | ||
void dtSwapEndian
(
long long int* v |
Detour/DetourCommon.h | ||
void dtSwapEndian
(
float* v |
Detour/DetourCommon.h | ||
void dtSwapEndian
(
double* v |
@UE BEGIN Adding support for LWCoords. | Detour/DetourCommon.h |
dtSwapEndian(unsigned short *)
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
unsigned short * v
)
dtSwapEndian(short *)
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
short * v
)
dtSwapEndian(unsigned int *)
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
unsigned int * v
)
dtSwapEndian(int *)
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
int * v
)
dtSwapEndian(unsigned long long int *)
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
unsigned long long int * v
)
dtSwapEndian(long long int *)
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
long long int * v
)
dtSwapEndian(float *)
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
float * v
)
dtSwapEndian(double *)
Description
@UE BEGIN Adding support for LWCoords.
| Name | dtSwapEndian |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
void dtSwapEndian
(
double * v
)