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 EZoneLaneLinkFlags
&123;
None = 0,
All = ((uint8) 0xff),
Left = 1 << 0,
Right = 1 << 1,
Splitting = 1 << 2,
Merging = 1 << 3,
OppositeDirection = 1 << 4,
&125;
Values
| Name | Description |
|---|---|
| None | |
| All | |
| Left | |
| Right | |
| Splitting | |
| Merging | |
| OppositeDirection |
Remarks
Flags describing the details of a linked adjacent lane. Flags are only used for adjacent lanes.