Navigation
API > API/Plugins > API/Plugins/ZoneGraph
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT&40;&41;
struct FZoneData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BoundaryPointsBegin | First point of the zone boundary polyline in FZoneGraphStorage::BoundaryPoints. | |
| int32 | BoundaryPointsEnd | One past the last point of the zone boundary polyline. | |
| FBox | Bounds | Bounding box of the zone. | |
| int32 | LanesBegin | First lane of the zone in FZoneGraphStorage::Lanes. | |
| int32 | LanesEnd | One past the last lane. | |
| FZoneGraphTagMask | Tags | Zone tags. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetLaneCount () |