UNavLinkCustomComponent::OnLinkMoveStarted

Notify called when agent starts using this link for movement.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual bool OnLinkMoveStarted
(
    UObject * PathComp,
    const FVector & DestPoint
)

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss