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&40;&41;
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. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Set
(
const FVector InPosition, |