B1CityGraphTafficLight
- Represents a traffic light placement in the city graph, specifying the controlled
* lane index, world position, yaw rotation, and signal preset index.
| Property | Type | Description | Metadata |
|---|---|---|---|
| LaneIndex | int32 | Index of the lane this traffic light controls. | Category: B1CityGraphTafficLight |
| Position | FVector | World-space position of this traffic light. | Category: B1CityGraphTafficLight |
| Yaw | float | Yaw rotation in degrees of this traffic light. | Category: B1CityGraphTafficLight |
| PresetIndex | int32 | Index into the traffic light preset array used for this light. | Category: B1CityGraphTafficLight |