Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
| Name | FMassLookAtTrajectoryPoint |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassLookAtFragments.h |
| Include Path | #include "MassLookAtFragments.h" |
Syntax
USTRUCT ()
struct FMassLookAtTrajectoryPoint
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DistanceAlongLane | FMassInt16Real10 | Position of the point along the original path. (Could potentially be uint16 at 10cm accuracy) | MassLookAtFragments.h | |
| Position | FVector | Position of the path. | MassLookAtFragments.h | |
| Tangent | FMassSnorm8Vector2D | Tangent direction of the path. | MassLookAtFragments.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Set
(
const FVector InPosition, |
MassLookAtFragments.h |