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