ANavLinkProxy::GetNavigationLinksArray

_Optional_ way of retrieving navigation link data - if [INavLinkHostInterface](API\Runtime\NavigationSystem\INavLinkHostInterface) implementer defines custom navigation links then he can just retrieve a list of links

Windows
MacOS
Linux

Override Hierarchy

INavLinkHostInterface::GetNavigationLinksArray()

ANavLinkProxy::GetNavigationLinksArray()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/NavLinkProxy.h

Include

#include "Navigation/NavLinkProxy.h"

Source

/Engine/Source/Runtime/AIModule/Private/Navigation/NavLinkProxy.cpp

Syntax

virtual bool GetNavigationLinksArray
(
    TArray< FNavigationLink > & OutLink,
    TArray< FNavigationSegmentLink > & OutSegments
) const

Remarks

Optional way of retrieving navigation link data - if INavLinkHostInterface implementer defines custom navigation links then he can just retrieve a list of links

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