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 EZoneShapeLaneConnectionRestrictions
&123;
None = 0,
NoLeftTurn = 1 << 0,
NoRightTurn = 1 << 1,
OneLanePerDestination = 1 << 2,
MergeLanesToOneDestinationLane = 1 << 3,
&125;
Values
| Name |
Description |
| None |
|
| NoLeftTurn |
|
| NoRightTurn |
|
| OneLanePerDestination |
|
| MergeLanesToOneDestinationLane |
|