Navigation
API > API/Plugins > API/Plugins/MassCrowd
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMassProcessor
- UMassSignalProcessorBase
- UMassCrowdLaneTrackingSignalProcessor
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdNavigationProcessor.h |
| Include | #include "MassCrowdNavigationProcessor.h" |
Syntax
UCLASS&40;&41;
class UMassCrowdLaneTrackingSignalProcessor : public UMassSignalProcessorBase
Remarks
Processor that monitors when entities change lane and notify the MassCrowd subsystem.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMassSignalProcessorBase
| Type | Name | Description | |
|---|---|---|---|
| void | Configure the owned FMassEntityQuery instances to express processor queries requirements | ||
| void | SignalEntities
(
FMassEntityManager& EntityManager, |
Actual method that derived class needs to implement to act on a signal that is raised for that frame |
Overridden from UMassProcessor
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
UObject& Owner |