Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavLinkCustomComponent
Description
Notify called when agent starts using this link for movement. returns true = custom movement, path following will NOT update velocity until FinishUsingCustomLink() is called on it
Virtual Inheritance
- INavLinkCustomInterface::OnLinkMoveStarted → UNavLinkCustomComponent::OnLinkMoveStarted
| Name | OnLinkMoveStarted |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include Path | #include "NavLinkCustomComponent.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavLinkCustomComponent.cpp |
virtual bool OnLinkMoveStarted
(
UObject * PathComp,
const FVector & DestPoint
)