Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UCrowdManager
Description
Called by the nav system when a navigation data instance is removed. The crowd manager will see if it's the nav data being used by it an if so try to find another one. If there's none the crowd manager will stop working.
Virtual Inheritance
- UCrowdManagerBase::OnNavDataUnregistered → UCrowdManager::OnNavDataUnregistered
| Name | OnNavDataUnregistered |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/CrowdManager.h |
| Include Path | #include "Navigation/CrowdManager.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/Navigation/CrowdManager.cpp |
virtual void OnNavDataUnregistered
(
ANavigationData & NavData
)