Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | dtPathQueue |
| Type | class |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h |
| Include Path | #include "DetourCrowd/DetourPathQueue.h" |
Syntax
class dtPathQueue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
dtPathQueue() |
DetourCrowd/DetourPathQueue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~dtPathQueue() |
DetourCrowd/DetourPathQueue.h |
Structs
| Name | Remarks |
|---|---|
| PathQuery |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MAX_QUEUE | const int | DetourCrowd/DetourPathQueue.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| m_maxPathSize | int | DetourCrowd/DetourPathQueue.h | ||
| m_navquery | dtNavMeshQuery * | DetourCrowd/DetourPathQueue.h | ||
| m_nextHandle | dtPathQueueRef | DetourCrowd/DetourPathQueue.h | ||
| m_queue | PathQuery | DetourCrowd/DetourPathQueue.h | ||
| m_queueHead | int | DetourCrowd/DetourPathQueue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const dtNavMeshQuery * getNavQuery() |
DetourCrowd/DetourPathQueue.h | ||
dtStatus getPathResult
(
dtPathQueueRef ref, |
DetourCrowd/DetourPathQueue.h | ||
dtStatus getRequestStatus
(
dtPathQueueRef ref |
DetourCrowd/DetourPathQueue.h | ||
bool init
(
const int maxPathSize, |
DetourCrowd/DetourPathQueue.h | ||
dtPathQueueRef request
(
dtPolyRef startRef, |
DetourCrowd/DetourPathQueue.h | ||
void update
(
const int maxIters |
DetourCrowd/DetourPathQueue.h |