Navigation
API > API/Plugins > API/Plugins/MassZoneGraphNavigation
References
| Module | MassZoneGraphNavigation |
| Header | /Engine/Plugins/AI/MassAI/Source/MassZoneGraphNavigation/Public/MassZoneGraphNavigationFragments.h |
| Include | #include "MassZoneGraphNavigationFragments.h" |
Syntax
USTRUCT&40;&41;
struct FMassZoneGraphPathPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bIsLaneExtrema | True if this point is lane start or end point. | |
| uint8: 1 | bOffLane | True if this point is assumed to be off lane. | |
| FMassInt16Real | Distance | Distance along the offset path from first point. (Could potentially be uint16 at 10cm accuracy) | |
| FMassInt16Real10 | DistanceAlongLane | Position of the point along the original path. (Could potentially be uint16 at 10cm accuracy) | |
| FVector | Position | Position of the path. | |
| FMassSnorm8Vector2D | Tangent | Tangent direction of the path. |