Navigation
API > API/Plugins > API/Plugins/MassCrowd
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdTypes.h |
| Include | #include "MassCrowdTypes.h" |
Syntax
USTRUCT&40;&41;
struct FCrowdWaitAreaData
Remarks
Runtime data associated to entry to a lane that can be opened or closed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FZoneGraphLaneHandle > | ConnectedLanes | ||
| int32 | NumFreeSlots | ||
| TArray< FCrowdWaitSlot > | Slots |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| int32 | |||
| int32 | GetNumSlots () |
||
| bool | IsFull () |
||
| void | Reset () |