Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
INavLinkCustomInterface * GetCustomLink
(
uint32 UniqueLinkId |
NavigationSystem.h | ||
INavLinkCustomInterface * GetCustomLink
(
FNavLinkId UniqueLinkId |
Find custom link by unique ID | NavigationSystem.h |
GetCustomLink(uint32)
| Name | GetCustomLink |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
INavLinkCustomInterface * GetCustomLink
(
uint32 UniqueLinkId
) const
GetCustomLink(FNavLinkId)
Description
Find custom link by unique ID
| Name | GetCustomLink |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
INavLinkCustomInterface * GetCustomLink
(
FNavLinkId UniqueLinkId
) const