Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > DetourCrowd > dtPathQueue
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h |
Include | #include "DetourCrowd/DetourPathQueue.h" |
Syntax
struct PathQuery
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
dtReal | costLimit | |
![]() |
dtReal[3] | endPos | |
![]() |
dtPolyRef | endRef | |
![]() |
const dtQueryFilter * | filter | |
![]() |
int | keepAlive | |
![]() |
TSharedPtr< dtQuerySpecialLinkFilter > | linkFilter | |
![]() |
int | npath | |
![]() |
dtPolyRef * | path | Result. |
![]() |
dtPathQueueRef | ref | |
![]() |
unsigned char: 1 | requireNavigableEndLocation | |
![]() |
dtReal[3] | startPos | Path find start and end location. |
![]() |
dtPolyRef | startRef | |
![]() |
dtStatus | status | State. |