Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMeshQuery
| Name | dtQueryData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
Syntax
struct dtQueryData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| costLimit | dtReal | Detour/DetourNavMeshQuery.h | ||
| endPos | dtReal | Detour/DetourNavMeshQuery.h | ||
| endRef | dtPolyRef | Detour/DetourNavMeshQuery.h | ||
| filter | const dtQueryFilter * | Detour/DetourNavMeshQuery.h | ||
| lastBestNode | dtNode * | Detour/DetourNavMeshQuery.h | ||
| lastBestNodeCost | dtReal | Detour/DetourNavMeshQuery.h | ||
| requireNavigableEndLocation | unsigned char | Detour/DetourNavMeshQuery.h | ||
| startPos | dtReal | Detour/DetourNavMeshQuery.h | ||
| startRef | dtPolyRef | Detour/DetourNavMeshQuery.h | ||
| status | dtStatus | Detour/DetourNavMeshQuery.h |