AController::UpdateNavigationComponents

If controller has any navigation-related components then this function makes them update their cached data DEPRECATED: this functionality has been taken over by PathFollowingComponent by observing newly possessed pawns (via OnNewPawn)

Windows
MacOS
Linux

Deprecated

  • UpdateNavigationComponents is depracated. The function lost its meaning due to better Engine-AIModule code separation.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h

Include

#include "GameFramework/Controller.h"

Syntax

virtual void UpdateNavigationComponents()

Remarks

If controller has any navigation-related components then this function makes them update their cached data DEPRECATED: this functionality has been taken over by PathFollowingComponent by observing newly possessed pawns (via OnNewPawn)

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