Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations > API/Plugins/ZoneGraphAnnotations/Annotations
Inheritance Hierarchy
- FZoneGraphAnnotationEventBase
- FZoneGraphDisturbanceArea
References
| Module | ZoneGraphAnnotations |
| Header | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/Annotations/ZoneGraphDisturbanceAnnotation.h |
| Include | #include "Annotations/ZoneGraphDisturbanceAnnotation.h" |
Syntax
USTRUCT ()
struct FZoneGraphDisturbanceArea : public FZoneGraphAnnotationEventBase
Remarks
Event for indicating an area of disturbance.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Duration | Duration of the danger. | |
| uint32 | InstigatorID | ID of the instigator of this event, events from the same instigator are combined. | |
| FVector | Position | Center of the area. | |
| float | Radius | Radius of the effect. |