Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour > API/Runtime/Navmesh/Detour/dtNavMeshQuery
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include | #include "Detour/DetourNavMeshQuery.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
dtStatus finalizeSlicedFindPath
&40;
dtPolyRef &42; path,
int &42; pathCount,
const int maxPath
&41;
Remarks
Finalizes and returns the results of a sliced path query. The status flags for the query.
Parameters
| Name | Description |
|---|---|
| path | An ordered list of polygon references representing the path. (Start to end.) [(polyRef) * pathCount] |
| pathCount | The number of polygons returned in the path array. |
| maxPath | The max number of polygons the path array can hold. [Limit: >= 1] |