ANavigationTestingActor::OnPathEvent

Called when given path becomes invalid (via

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

See Also

PathObserverDelegate) NOTE: InvalidatedPath doesn't have to be instance's current Path

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