Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavLinkCustomComponent
- INavLinkCustomInterface::OnLinkMoveStarted()
- UNavLinkCustomComponent::OnLinkMoveStarted()
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include | #include "NavLinkCustomComponent.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavLinkCustomComponent.cpp |
virtual bool OnLinkMoveStarted
&40;
UObject &42; PathComp,
const FVector & DestPoint
&41;
Remarks
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