Skip to main content

B1CityGraphLanePoint

  • Represents a single point along a city graph lane, storing its index, lane index,
    * world-space position, orientation vectors, tangent, remaining distance, and flags.
PropertyTypeDescriptionMetadata
Indexint32Global index of this lane point in the city graph lane point array.Category: B1CityGraphLanePoint
LaneIndexint32Index of the lane this point belongs to.Category: B1CityGraphLanePoint
PositionFVectorWorld-space position of this lane point.Category: B1CityGraphLanePoint
ForwardFVectorForward direction vector at this lane point.Category: B1CityGraphLanePoint
RightFVectorRight direction vector at this lane point.Category: B1CityGraphLanePoint
UpFVectorUp direction vector at this lane point.Category: B1CityGraphLanePoint
TangentFVectorTangent vector of the lane curve at this point.Category: B1CityGraphLanePoint
RemainingDistancefloatRemaining distance from this point to the end of the lane.Category: B1CityGraphLanePoint
Flagsuint32Bit flags encoding additional per-point properties.Category: B1CityGraphLanePoint