Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > Detour
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
Include | #include "Detour/DetourNavMeshQuery.h" |
Syntax
struct dtQueryResult
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
dtChunkArray< dtQueryResultPack > | data |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
int | addItem
(
dtPolyRef ref, |
|
![]() |
void | copyCosts
(
dtReal* costs, |
|
![]() |
void | copyFlags
(
unsigned int* flags, |
|
![]() |
void | copyFlags
(
unsigned char* flags, |
|
![]() |
void | copyPos
(
dtReal* pos, |
|
![]() |
void | copyRefs
(
dtPolyRef* refs, |
|
![]() ![]() |
dtReal | getCost
(
int idx |
|
![]() ![]() |
unsigned int | getFlag
(
int idx |
|
![]() |
void | getPos
(
int idx, |
|
![]() ![]() |
const dtReal * | getPos
(
int idx |
|
![]() ![]() |
dtPolyRef | getRef
(
int idx |
|
![]() |
void | reserve
(
int n |
|
![]() |
void | setCost
(
int idx, |
|
![]() |
void | setFlag
(
int idx, |
|
![]() |
void | setPos
(
int idx, |
|
![]() |
void | setRef
(
int idx, |
|
![]() ![]() |
int | size () |