Skip to main content

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.
PropertyTypeDescriptionMetadata
bValidboolWhether this point result is valid and usable.
PositionFVectorWorld-space position of the located lane point.
RoadIndexint32Index of the road containing the located lane point.
LaneIndexint32Index of the lane containing the located lane point.
PointIndexint32Index of the specific point within the lane.
RemainingDistancefloatRemaining distance from this point to the end of the lane.
CategoryEB1CityGraphCategoryTraffic category of the lane at the located point.