INavLinkCustomInterface::GetLinkData

Get basic link data: two points (relative to owner) and direction

Windows
MacOS
Linux

Override Hierarchy

INavLinkCustomInterface::GetLinkData()

UNavLinkCustomComponent::GetLinkData()

References

Module

NavigationSystem

Header

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

Include

#include "NavLinkCustomInterface.h"

Syntax

virtual void GetLinkData
(
    FVector & LeftPt,
    FVector & RightPt,
    ENavLinkDirection::Type & Direction
) const

Remarks

Get basic link data: two points (relative to owner) and direction

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