| Index | int32 | Global index of this lane in the city graph lane array. | Category: B1CityGraphLane |
| LocalIndex | int32 | Local index of this lane within its parent road. | Category: B1CityGraphLane |
| RoadIndex | int32 | Index of the road this lane belongs to. | Category: B1CityGraphLane |
| BeginPointIndex | int32 | Index of the first FB1CityGraphLanePoint for this lane. | Category: B1CityGraphLane |
| EndPointIndex | int32 | Index of the last FB1CityGraphLanePoint for this lane. | Category: B1CityGraphLane |
| Flags | EB1CityGraphLaneFlags | Behavioral flags applied to this lane (e.g., Sparse, Warp). | Category: B1CityGraphLane |
| Width | float | Width of this lane in world units. | Category: B1CityGraphLane |
| Links | TArray | List of lane links connecting this lane to adjacent or successive lanes. | Category: B1CityGraphLane |
| UID | FName | Unique named identifier for this lane. | Category: B1CityGraphLane |