Navigation
API > API/Runtime > API/Runtime/NavigationSystem
| Name | INavLinkCustomInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomInterface.h |
| Include Path | #include "NavLinkCustomInterface.h" |
Syntax
class INavLinkCustomInterface
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NextUniqueId | uint32 | NavLinkCustomInterface.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FNavigationLink GetModifier
(
const INavLinkCustomInterface* CustomNavLink |
Helper function: create modifier for navigation data export | NavLinkCustomInterface.h | |
static uint32 GetUniqueId() |
NavLinkCustomInterface.h | ||
static void OnPreWorldInitialization
(
UWorld* World, |
NavLinkCustomInterface.h | ||
static void ResetUniqueId() |
NavLinkCustomInterface.h | ||
static void UpdateUniqueId
(
FNavLinkId AlreadyUsedId |
Helper function: bump unique ID numbers above given one | NavLinkCustomInterface.h | |
static void UpdateUniqueId
(
uint32 AlreadyUsedId |
NavLinkCustomInterface.h |