Navigation
API > API/Plugins > API/Plugins/MassCrowd > API/Plugins/MassCrowd/UMassCrowdSubsystem
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdSubsystem.h |
| Include | #include "MassCrowdSubsystem.h" |
| Source | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Private/MassCrowdSubsystem.cpp |
FCrowdTrackingLaneData & CreateTrackingData
(
const int32 LaneIndex,
const FZoneGraphStorage & ZoneGraphStorage
)
Remarks
Creates and initializes the occupancy data of a lane. The newly created structure holding occupancy data associated to the zone graph lane
Parameters
| Name | Description |
|---|---|
| LaneIndex | Index of the source zone graph lane |
| ZoneGraphStorage | ZoneGraph data storage to extract lane information from |