Navigation
API > API/Plugins > API/Plugins/MassCrowd
Inheritance Hierarchy
- FMassFragment
- FMassCrowdObstacleFragment
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdFragments.h |
| Include | #include "MassCrowdFragments.h" |
Syntax
USTRUCT&40;&41;
struct FMassCrowdObstacleFragment : public FMassFragment
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsMoving | True of the current obstacle state is moving. | |
| FMassLaneObstacleID | LaneObstacleID | Obstacle ID reported to the obstruction annotation. | |
| FVector | LastPosition | Position of the obstacle when it last moved. | |
| float | TimeSinceStopped | Time since the obstacle has not moved based on speed tolerance. |