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