B1CityGraphPoint
- Represents the result of a city graph lane point lookup, containing the validity flag,
* snapped world position, and indices into the road, lane, and point arrays.
| Property | Type | Description | Metadata |
|---|---|---|---|
| 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. |