Navigation
API > API/Plugins > API/Plugins/ZoneGraphAnnotations
References
| Module | ZoneGraphAnnotations |
| Header | /Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationSubsystem.h |
| Include | #include "ZoneGraphAnnotationSubsystem.h" |
Syntax
struct FZoneGraphAnnotationTagContainer
Remarks
Annotation tags per zone graph data
Variables
| Type | Name | Description | |
|---|---|---|---|
| FZoneGraphTagMask | CombinedStaticTags | Mask combining all static tags used by any of the registered ZoneGraphData. | |
| TArray< FZoneGraphDataAnnotationTags > | DataAnnotationTags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< FZoneGraphTagMask > | GetMutableAnnotationTagsForData
(
const FZoneGraphDataHandle DataHandle |