Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > Detour > dtQuerySpecialLinkFilter
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | isLinkAllowed
(
const unsigned long long int UserId |
Returns true if special link can be visited. (I.e. Is traversable.) |
![]() ![]() ![]() |
bool | isLinkAllowed
(
const int UserId |
LinkIds are now based on a 64 bit uint. Use the version of this function that takes an unsigned long long int |