Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtQuerySpecialLinkFilter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool isLinkAllowed
(
const unsigned long long int UserId |
Returns true if special link can be visited. (I.e. Is traversable.) | Detour/DetourNavMeshQuery.h | |
virtual bool isLinkAllowed
(
const int UserId |
Detour/DetourNavMeshQuery.h |
isLinkAllowed(const unsigned long long int)
Description
Returns true if special link can be visited. (I.e. Is traversable.)
| Name | isLinkAllowed |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
virtual bool isLinkAllowed
(
const unsigned long long int UserId
) const
Parameters
| Name | Remarks |
|---|---|
| UserId | Unique Id of link |
isLinkAllowed(const int)
| Name | isLinkAllowed |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
virtual bool isLinkAllowed
(
const int UserId
) const