Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassZoneGraphMovementTypes.h |
Include |
#include "MassZoneGraphMovementTypes.h" |
USTRUCT()
struct FMassZoneGraphPathPoint
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. |
|
Distance |
Distance along the offset path from first point. (Could potentially be uint16 at 10cm accuracy) |
|
|
DistanceAlongLane |
Position of the point along the original path. (Could potentially be uint16 at 10cm accuracy) |
|
|
Position |
Position of the path. |
|
|
Tangent |
Tangent direction of the path. |