UCrowdManagerBase

Base class for Crowd Managers.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/CrowdManagerBase.h

Include

#include "CrowdManagerBase.h"

Syntax

class UCrowdManagerBase : public UObject

Remarks

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

Functions

Name Description

Public function Virtual

void

 

CleanUp

(
    float DeltaTime
)

Public function Virtual

void

 

OnNavDataRegistered

(
    ANavigationData& NavDataInstance
)

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

Public function Virtual

void

 

OnNavDataUnregistered

(
    ANavigationData& NavDataInstance
)

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

Public function Virtual

void

 

Tick

(
    float DeltaTime
)

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