Navigation
API > API/Plugins > API/Plugins/MassCrowd
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdSettings.h |
| Include | #include "MassCrowdSettings.h" |
Syntax
USTRUCT&40;&41;
struct FMassCrowdLaneDensityDesc
Remarks
Structure holding data to associate lane densities to weights so lane selection at intersection could use that to maintain overall density during the simulation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | RenderColor | ||
| FZoneGraphTag | Tag | Tag representing the lane density. | |
| float | Weight | Weight associated to the current lane density. |
Constants
| Name | Description |
|---|---|
| DefaultWeight | Default weight of a lane if it has no density tag |