| Forward | FVector | Forward direction vector at the located lane point. | |
| Right | FVector | Right direction vector at the located lane point. | |
| Up | FVector | Up direction vector at the located lane point. | |
| AdvancedDistance | float | Distance already traveled along the lane to reach this point. | |
| bValid | bool | Whether this point result is valid and usable. | |
| Position | FVector | World-space position of the located lane point. | |
| RoadIndex | int32 | Index of the road containing the located lane point. | |
| LaneIndex | int32 | Index of the lane containing the located lane point. | |
| PointIndex | int32 | Index of the specific point within the lane. | |
| RemainingDistance | float | Remaining distance from this point to the end of the lane. | |
| Category | EB1CityGraphCategory | Traffic category of the lane at the located point. | |