Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
Inheritance Hierarchy
- FMassFragment
- FMassLookAtTrajectoryFragment
References
| Module | MassAIBehavior |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassLookAtFragments.h |
| Include | #include "MassLookAtFragments.h" |
Syntax
USTRUCT&40;&41;
struct FMassLookAtTrajectoryFragment : public FMassFragment
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMoveReverse | ||
| FZoneGraphLaneHandle | LaneHandle | Lane handle the trajectory was build for. | |
| uint8 | NumPoints | Number of points on path. | |
| TStaticArray< FMassLookAtTrajectoryPoint, MaxPoints > | Points | Path points |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddPoint
(
const FVector Position, |
||
| FVector | GetPointAtDistanceExtrapolated
(
const float DistanceAlongPath |
||
| void | Reset () |
Constants
| Name | Description |
|---|---|
| MaxPoints |