ANavLinkProxy::ReceiveSmartLinkReached

Called when agent reaches smart link during path following, use [ResumePathFollowing()](API\Runtime\AIModule\Navigation\ANavLinkProxy\ResumePathFollowing) to give control back

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/NavLinkProxy.h

Include

#include "Navigation/NavLinkProxy.h"

Syntax

void ReceiveSmartLinkReached
(
    AActor * Agent,
    const FVector & Destination
)

Remarks

Called when agent reaches smart link during path following, use ResumePathFollowing() to give control back

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