unreal.ZoneShapeLaneConnectionRestrictions

class unreal.ZoneShapeLaneConnectionRestrictions

Bases: unreal.EnumBase

EZone Shape Lane Connection Restrictions

C++ Source:

  • Plugin: ZoneGraph

  • Module: ZoneGraph

  • File: ZoneGraphTypes.h

MERGE_LANES_TO_ONE_DESTINATION_LANE

Connect to only one nearest lane per destination.

Type

8

NO_LEFT_TURN

1

NO_RIGHT_TURN

No left turning destinations allowed.

Type

2

ONE_LANE_PER_DESTINATION

No right turning destinations allowed.

Type

4