Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
ZoneGraph Disturbance Annotation
| Name | UZoneGraphDisturbanceAnnotation |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/Annotations/ZoneGraphDisturbanceAnnotation.h |
| Include Path | #include "Annotations/ZoneGraphDisturbanceAnnotation.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=AI, BlueprintType, Meta=(BlueprintSpawnableComponent))
class UZoneGraphDisturbanceAnnotation : public UZoneGraphAnnotationComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UPrimitiveComponent → UDebugDrawComponent → UZoneGraphAnnotationComponent → UZoneGraphDisturbanceAnnotation
Implements Interfaces
- IAsyncPhysicsStateProcessor
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- INavRelevantInterface
- IPhysicsComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UZoneGraphDisturbanceAnnotation
(
const FObjectInitializer& ObjectInitializer |
Annotations/ZoneGraphDisturbanceAnnotation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FZoneGraphEscapeLaneAction * GetEscapeAction
(
const FZoneGraphLaneHandle LaneHandle |
Annotations/ZoneGraphDisturbanceAnnotation.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CalculateEscapeGraph
(
FZoneGraphDataEscapeGraph& EscapeGraph |
Annotations/ZoneGraphDisturbanceAnnotation.h | ||
void UpdateAnnotationTags
(
FZoneGraphAnnotationTagContainer& AnnotationTagContainer |
Annotations/ZoneGraphDisturbanceAnnotation.h | ||
void UpdateDangerLanes() |
Annotations/ZoneGraphDisturbanceAnnotation.h |
Overridden from UZoneGraphAnnotationComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DebugDraw
(
FZoneGraphAnnotationSceneProxy* DebugProxy |
Called when scene proxy is rebuilt. | Annotations/ZoneGraphDisturbanceAnnotation.h | |
virtual void DebugDrawCanvas
(
UCanvas* Canvas, |
Called when it's time to draw to canvas. | Annotations/ZoneGraphDisturbanceAnnotation.h | |
virtual FZoneGraphTagMask GetAnnotationTags() |
Annotations/ZoneGraphDisturbanceAnnotation.h | ||
virtual void HandleEvents
(
const FInstancedStructContainer& Events |
Called when new events are ready to be processed | Annotations/ZoneGraphDisturbanceAnnotation.h | |
virtual void PostSubsystemsInitialized() |
Called during OnRegister(), or after all subsystems have been initialized. | Annotations/ZoneGraphDisturbanceAnnotation.h | |
virtual void PostZoneGraphDataAdded
(
const AZoneGraphData& ZoneGraphData |
Called when new ZoneGraph data is added. | Annotations/ZoneGraphDisturbanceAnnotation.h | |
virtual void PreZoneGraphDataRemoved
(
const AZoneGraphData& ZoneGraphData |
Called when new ZoneGraph data is removed. | Annotations/ZoneGraphDisturbanceAnnotation.h | |
virtual void TickAnnotation
(
const float DeltaTime, |
Ticks the Annotation and changes the tags in the container when needed. | Annotations/ZoneGraphDisturbanceAnnotation.h |