Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtQueryResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const dtReal * getPos
(
int idx |
Detour/DetourNavMeshQuery.h | ||
void getPos
(
int idx, |
Detour/DetourNavMeshQuery.h |
getPos(int)
| Name | getPos |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
const dtReal * getPos
(
int idx
) const
getPos(int, dtReal *)
| Name | getPos |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
void getPos
(
int idx,
dtReal * pos
)