unreal.ZoneShapeLaneConnectionRestrictions

class unreal.ZoneShapeLaneConnectionRestrictions

Bases: EnumBase

EZone Shape Lane Connection Restrictions

C++ Source:

  • Plugin: ZoneGraph

  • Module: ZoneGraph

  • File: ZoneGraphTypes.h

MERGE_LANES_TO_ONE_DESTINATION_LANE: ZoneShapeLaneConnectionRestrictions

Connect to only one nearest lane per destination.

Type:

8

NO_LEFT_TURN: ZoneShapeLaneConnectionRestrictions

1

NO_RIGHT_TURN: ZoneShapeLaneConnectionRestrictions

No left turning destinations allowed.

Type:

2

ONE_LANE_PER_DESTINATION: ZoneShapeLaneConnectionRestrictions

No right turning destinations allowed.

Type:

4