Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtPathQueue
| Name | PathQuery |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h |
| Include Path | #include "DetourCrowd/DetourPathQueue.h" |
Syntax
struct PathQuery
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| costLimit | dtReal | DetourCrowd/DetourPathQueue.h | ||
| endPos | dtReal | DetourCrowd/DetourPathQueue.h | ||
| endRef | dtPolyRef | DetourCrowd/DetourPathQueue.h | ||
| filter | const dtQueryFilter * | DetourCrowd/DetourPathQueue.h | ||
| keepAlive | int | DetourCrowd/DetourPathQueue.h | ||
| linkFilter | TSharedPtr< dtQuerySpecialLinkFilter > | DetourCrowd/DetourPathQueue.h | ||
| npath | int | DetourCrowd/DetourPathQueue.h | ||
| path | dtPolyRef * | Result. | DetourCrowd/DetourPathQueue.h | |
| ref | dtPathQueueRef | DetourCrowd/DetourPathQueue.h | ||
| requireNavigableEndLocation | unsigned char | DetourCrowd/DetourPathQueue.h | ||
| startPos | dtReal | Path find start and end location. | DetourCrowd/DetourPathQueue.h | |
| startRef | dtPolyRef | DetourCrowd/DetourPathQueue.h | ||
| status | dtStatus | State. | DetourCrowd/DetourPathQueue.h |