Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/INavLinkCustomInterface
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
Derived Overrides
| Name | OnLinkMoveStarted |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomInterface.h |
| Include Path | #include "NavLinkCustomInterface.h" |
virtual bool OnLinkMoveStarted
(
class UObject * PathComp,
const FVector & DestPoint
)