Navigation
API > API/Plugins > API/Plugins/ZoneGraph
| |
|
| Name |
EZoneShapeLaneConnectionRestrictions |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path |
#include "ZoneGraphTypes.h" |
Syntax
enum EZoneShapeLaneConnectionRestrictions
{
None = 0 UMETA(Hidden),
NoLeftTurn = 1 << 0,
NoRightTurn = 1 << 1,
OneLanePerDestination = 1 << 2,
MergeLanesToOneDestinationLane = 1 << 3,
}
Values
| Name |
Remarks |
| None |
|
| NoLeftTurn |
|
| NoRightTurn |
|
| OneLanePerDestination |
|
| MergeLanesToOneDestinationLane |
|