UNavLinkComponent::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()

UNavLinkComponent::GetNavigationLinksArray()

References

Module

NavigationSystem

Header

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

Include

#include "NavLinkComponent.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavLinkComponent.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