Navigation
API > API/Plugins > API/Plugins/MassCrowd
Event indicating the new state of a lane.
| Name | FZoneGraphCrowdLaneStateChangeEvent |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/ZoneGraphCrowdLaneAnnotations.h |
| Include Path | #include "ZoneGraphCrowdLaneAnnotations.h" |
Syntax
USTRUCT ()
struct FZoneGraphCrowdLaneStateChangeEvent : public FZoneGraphAnnotationEventBase
Inheritance Hierarchy
- FZoneGraphAnnotationEventBase → FZoneGraphCrowdLaneStateChangeEvent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ZoneGraphCrowdLaneAnnotations.h | |||
FZoneGraphCrowdLaneStateChangeEvent
(
const FZoneGraphLaneHandle LaneHandle, |
ZoneGraphCrowdLaneAnnotations.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Lane | FZoneGraphLaneHandle | Affected lane. | ZoneGraphCrowdLaneAnnotations.h | |
| State | ECrowdLaneState | New state. | ZoneGraphCrowdLaneAnnotations.h |