UCrowdManager::OnNavDataRegistered

Called by the nav system when a new navigation data instance is registered.

Windows
MacOS
Linux

Override Hierarchy

UCrowdManagerBase::OnNavDataRegistered()

UCrowdManager::OnNavDataRegistered()

References

Module

AIModule

Header

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

Include

#include "Navigation/CrowdManager.h"

Source

/Engine/Source/Runtime/AIModule/Private/Navigation/CrowdManager.cpp

Syntax

virtual void OnNavDataRegistered
(
    ANavigationData & NavData
)

Remarks

Called by the nav system when a new navigation data instance is registered. If the CrowdManager instance had no nav data cached it will consider this NavDataInstance and update if necesary.

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