Navigation
API > API/Plugins > API/Plugins/MassCrowd
Runtime data associated to lane that can be used to track count of entities on it.
| Name | FCrowdTrackingLaneData |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdTypes.h |
| Include Path | #include "MassCrowdTypes.h" |
Syntax
USTRUCT ()
struct FCrowdTrackingLaneData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumEntitiesOnLane | int32 | MassCrowdTypes.h | ||
| WaitAreaIndex | int32 | Index of an associated waiting area. | MassCrowdTypes.h |