Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
Inheritance Hierarchy
- UDebugDrawComponent
- UZoneGraphAnnotationComponent
- USmartObjectZoneAnnotations
- UZoneGraphCrowdLaneAnnotations
- UZoneGraphDisturbanceAnnotation
References
| Module | ZoneGraphAnnotations |
| Header | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationComponent.h |
| Include | #include "ZoneGraphAnnotationComponent.h" |
Syntax
UCLASS (Abstract)
class UZoneGraphAnnotationComponent : public UDebugDrawComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableDebugDrawing | ||
| FDelegateHandle | OnPostWorldInitDelegateHandle | ||
| FDelegateHandle | OnPostZoneGraphDataAddedHandle | ||
| FDelegateHandle | OnPreZoneGraphDataRemovedHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UZoneGraphAnnotationComponent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBoxSphereBounds | CalcBounds
(
const FTransform& LocalToWorld |
||
| FZoneGraphTagMask | |||
| void | HandleEvents
(
const FInstancedStructContainer& Events |
Called when new events are ready to be processed | |
| void | OnPostWorldInit
(
UWorld* World, |
||
| void | OnPostZoneGraphDataAdded
(
const AZoneGraphData* ZoneGraphData |
||
| void | OnPreZoneGraphDataRemoved
(
const AZoneGraphData* ZoneGraphData |
||
| void | OnRegister () |
||
| void | OnUnregister () |
||
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
||
| void | Called during OnRegister(), or after all subsystems have been initialized. | ||
| void | PostZoneGraphDataAdded
(
const AZoneGraphData& ZoneGraphData |
Called when new ZoneGraph data is added. | |
| void | PreZoneGraphDataRemoved
(
const AZoneGraphData& ZoneGraphData |
Called when new ZoneGraph data is removed. | |
| void | TickAnnotation
(
const float DeltaTime, |
Ticks the Annotation and changes the tags in the container when needed. |