Navigation
API > API/Plugins > API/Plugins/MassCrowd
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdSubsystem.h |
| Include | #include "MassCrowdSubsystem.h" |
Syntax
struct FSelectLaneResult
Remarks
Structure holding all pertinent data related to the selected lane.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FZoneGraphLaneHandle | NextLaneHandle | The handle of the next lane selected from the available links. | |
| TOptional< float > | WaitDistance | The distance along the lane the entity should reach before stopping. |