ANavigationTestingActor::OnPathEvent

Called when given path becomes invalid (via InvalidatedPath doesn't have to be instance's current Path

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationTestingActor.h

Include

#include "NavigationTestingActor.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationTestingActor.cpp

Syntax

void OnPathEvent
(
    FNavigationPath * InvalidatedPath,
    ENavPathEvent::Type Event
)

Remarks

Called when given path becomes invalid (via

InvalidatedPath doesn't have to be instance's current Path

See Also

PathObserverDelegate)

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