Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Describes how the linked lane relates to the lane spatially. Each type is a bitmask, so that some APIs can filter based on link types.
| Name | EZoneLaneLinkType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
enum EZoneLaneLinkType
{
None = 0,
All = ((uint8) 0xff),
Outgoing = 1 << 0,
Incoming = 1 << 1,
Adjacent = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| All | |
| Outgoing | |
| Incoming | |
| Adjacent |