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
enum EZoneLaneLinkType
&123;
None = 0,
All = ((uint8) 0xff),
Outgoing = 1 << 0,
Incoming = 1 << 1,
Adjacent = 1 << 2,
&125;
Values
| Name | Description |
|---|---|
| None | |
| All | |
| Outgoing | |
| Incoming | |
| Adjacent |
Remarks
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.