Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
References
| Module | MassAIBehavior |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassLookAtFragments.h |
| Include | #include "MassLookAtFragments.h" |
Syntax
USTRUCT ()
struct FMassLookAtTrajectoryPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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. |