dtQueryFilter::passFilter

Returns true if the polygon can be visited. (I.e. Is traversable.)

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h

Include

#include "Detour/DetourNavMeshQuery.h"

Syntax

bool passFilter
(
    const dtPolyRef ref,
    const dtMeshTile * tile,
    const dtPoly * poly
) const

Remarks

Returns true if the polygon can be visited. (I.e. Is traversable.)

Parameters

Parameter

Description

ref

The reference id of the polygon test.

tile

The tile containing the polygon.

poly

The polygon to test.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss