Navigation
API > API/Runtime > API/Runtime/NavigationSystem
Base class for Crowd Managers. If you want to create a custom crowd manager implement a class extending this one and set UNavigationSystemV1::CrowdManagerClass to point at your class
| Name | UCrowdManagerBase |
| Type | class |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/CrowdManagerBase.h |
| Include Path | #include "CrowdManagerBase.h" |
Syntax
UCLASS (Abstract, Transient, MinimalAPI)
class UCrowdManagerBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCrowdManagerBase