Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations > API/Plugins/ZoneGraphAnnotations/Annotations
Inheritance Hierarchy
- FZoneGraphAnnotationEventBase
- FZoneGraphObstacleDisturbanceArea
References
| Module | ZoneGraphAnnotations |
| Header | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/Annotations/ZoneGraphDisturbanceAnnotation.h |
| Include | #include "Annotations/ZoneGraphDisturbanceAnnotation.h" |
Syntax
USTRUCT&40;&41;
struct FZoneGraphObstacleDisturbanceArea : public FZoneGraphAnnotationEventBase
Remarks
Event for indicating an obstacle.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EZoneGraphObstacleDisturbanceAreaAction | Action | Disturbance event action (ex: add/remove). | |
| FMassLaneObstacleID | ObstacleID | ID. | |
| float | ObstacleRadius | Radius of the obstacle. | |
| FVector | Position | Center of the obstacle. | |
| float | Radius | Radius of the effect of the disturbance. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FZoneGraphObstacleDisturbanceArea& Other |