| Index | int32 | Global index of this lane point in the city graph lane point array. | Category: B1CityGraphLanePoint |
| LaneIndex | int32 | Index of the lane this point belongs to. | Category: B1CityGraphLanePoint |
| Position | FVector | World-space position of this lane point. | Category: B1CityGraphLanePoint |
| Forward | FVector | Forward direction vector at this lane point. | Category: B1CityGraphLanePoint |
| Right | FVector | Right direction vector at this lane point. | Category: B1CityGraphLanePoint |
| Up | FVector | Up direction vector at this lane point. | Category: B1CityGraphLanePoint |
| Tangent | FVector | Tangent vector of the lane curve at this point. | Category: B1CityGraphLanePoint |
| RemainingDistance | float | Remaining distance from this point to the end of the lane. | Category: B1CityGraphLanePoint |
| Flags | uint32 | Bit flags encoding additional per-point properties. | Category: B1CityGraphLanePoint |