B1CityGraphPath
- Represents the result of a city graph pathfinding query, containing the start and
* end points, the ordered sequence of lane keys, and the total pathfinding cost.
| Property | Type | Description | Metadata |
|---|---|---|---|
| From | FB1CityGraphPoint | Start point of this path result. | |
| To | FB1CityGraphPoint | End point of this path result. | |
| Keys | TArray | Ordered list of lane keys forming the route from start to end. | |
| bLanePathFilled | bool | Whether the detailed lane point path has been filled in for this result. | |
| TotalCost | float | Total accumulated cost of the found path; -1 indicates no valid path. |