Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtQueryFilter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool equals
(
const dtQueryFilter* other |
Check if two filters have the same data values. | Detour/DetourNavMeshQuery.h | |
bool equals
(
const dtQueryFilter& other |
Detour/DetourNavMeshQuery.h |
equals(const dtQueryFilter *)
Description
Check if two filters have the same data values.
| Name | equals |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
bool equals
(
const dtQueryFilter * other
) const
equals(const dtQueryFilter &)
| Name | equals |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
bool equals
(
const dtQueryFilter & other
) const