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 FZoneLaneData
Remarks
TODO: We could replace *End with *Num, and use uint16. Begin probably needs to be int32/uint32.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | EndEntryId | Source data entry ID. | |
| int32 | LinksBegin | First link in FZoneGraphStorage::LaneLinks. | |
| int32 | LinksEnd | One past the last lane link. | |
| int32 | PointsBegin | First point of the lane polyline in FZoneGraphStorage::LanePoints. | |
| int32 | PointsEnd | One past the last point of the lane polyline. | |
| uint16 | StartEntryId | Source data entry ID, this generally corresponds to input data point index. | |
| FZoneGraphTagMask | Tags | Lane tags. | |
| float | Width | Width of the lane. | |
| int32 | ZoneIndex | Index of the zone this lane belongs to. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetLastPoint () |
||
| int32 | GetLinkCount () |
||
| int32 | GetNumPoints () |