Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | dtQueryResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
Syntax
struct dtQueryResult
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void copyCosts
(
dtReal* costs, |
Detour/DetourNavMeshQuery.h | ||
void copyFlags
(
unsigned int* flags, |
Detour/DetourNavMeshQuery.h | ||
void copyFlags
(
unsigned char* flags, |
Detour/DetourNavMeshQuery.h | ||
void copyPos
(
dtReal* pos, |
Detour/DetourNavMeshQuery.h | ||
void copyRefs
(
dtPolyRef* refs, |
Detour/DetourNavMeshQuery.h | ||
dtReal getCost
(
int idx |
Detour/DetourNavMeshQuery.h | ||
unsigned int getFlag
(
int idx |
Detour/DetourNavMeshQuery.h | ||
void getPos
(
int idx, |
Detour/DetourNavMeshQuery.h | ||
const dtReal * getPos
(
int idx |
Detour/DetourNavMeshQuery.h | ||
dtPolyRef getRef
(
int idx |
Detour/DetourNavMeshQuery.h | ||
void reserve
(
int n |
Detour/DetourNavMeshQuery.h | ||
int size() |
Detour/DetourNavMeshQuery.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int addItem
(
dtPolyRef ref, |
Detour/DetourNavMeshQuery.h | ||
void setCost
(
int idx, |
Detour/DetourNavMeshQuery.h | ||
void setFlag
(
int idx, |
Detour/DetourNavMeshQuery.h | ||
void setPos
(
int idx, |
Detour/DetourNavMeshQuery.h | ||
void setRef
(
int idx, |
Detour/DetourNavMeshQuery.h |