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 |
const FRegisteredCrowdLaneData &42; GetCrowdData
&40;
const FZoneGraphDataHandle DataHandle
&41; const
Remarks
Returns the readonly runtime data associated to a given zone graph.
Method will ensure if DataHandle is invalid or if associated data doesn't exist. Should call HasCrowdDataForZoneGraph first. Runtime data associated to the zone graph if available; nullptr otherwise
Parameters
| Name | Description |
|---|---|
| DataHandle | A valid handle of the zone graph used to retrieve the runtime crowd data |