Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > Detour > dtQueryFilter
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
Include | #include "Detour/DetourNavMeshQuery.h" |
bool passFilter
&40;
const dtPolyRef ref,
const dtMeshTile &42; tile,
const dtPoly &42; poly
&41; const
Remarks
Returns true if the polygon can be visited. (I.e. Is traversable.)
Parameters
Name | Description |
---|---|
ref | The reference id of the polygon test. |
tile | The tile containing the polygon. |
poly | The polygon to test. |