Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
Include |
#include "ZoneGraphTypes.h" |
USTRUCT()
struct FZoneLaneData
TODO: We could replace *End with *Num, and use uint16. Begin probably needs to be int32/uint32.
Name | Description | ||
---|---|---|---|
|
EndEntryId |
Source data entry ID. |
|
|
LinksBegin |
First link in FZoneGraphStorage::LaneLinks. |
|
|
LinksEnd |
One past the last lane link. |
|
|
PointsBegin |
First point of the lane polyline in FZoneGraphStorage::LanePoints. |
|
|
PointsEnd |
One past the last point of the lane polyline. |
|
|
StartEntryId |
Source data entry ID, this generally corresponds to input data point index. |
|
|
Tags |
Lane tags. |
|
|
float |
Width |
Width of the lane. |
|
ZoneIndex |
Index of the zone this lane belongs to. |
Name | Description | ||
---|---|---|---|
|
GetLastPoint() |
||
|
GetLinkCount() |
||
|
GetNumPoints() |