| Index | int32 | Global index of this road in the city graph road array. | Category: B1CityGraphRoad |
| Category | EB1CityGraphCategory | Traffic category flags applicable to this road. | Category: B1CityGraphRoad |
| bBidirectional | bool | Whether this road supports two-way traffic. | Category: B1CityGraphRoad |
| Length | float | Total length of this road segment in world units. | Category: B1CityGraphRoad |
| FromNodeIndex | int32 | Index of the FB1CityGraphNode at the start of this road. | Category: B1CityGraphRoad |
| ToNodeIndex | int32 | Index of the FB1CityGraphNode at the end of this road. | Category: B1CityGraphRoad |
| BeginLaneIndex | int32 | Index of the first FB1CityGraphLane belonging to this road. | Category: B1CityGraphRoad |
| EndLaneIndex | int32 | Index of the last FB1CityGraphLane belonging to this road. | Category: B1CityGraphRoad |
| UID | FName | Unique named identifier for this road. | Category: B1CityGraphRoad |