UNavLinkCustomComponent::IsLinkPathfindingAllowed

Check if link allows path finding Querier is usually an AIController trying to find path

Windows
MacOS
Linux

Override Hierarchy

INavLinkCustomInterface::IsLinkPathfindingAllowed()

UNavLinkCustomComponent::IsLinkPathfindingAllowed()

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h

Include

#include "NavLinkCustomComponent.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavLinkCustomComponent.cpp

Syntax

virtual bool IsLinkPathfindingAllowed
(
    const UObject * Querier
) const

Remarks

Check if link allows path finding Querier is usually an AIController trying to find path

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