Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
FMassNavMeshPathFollowTask movement parameters
| Name | FMassNavMeshPathFollowTaskInstanceData |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/Tasks/MassNavMeshPathfollowTask.h |
| Include Path | #include "Tasks/MassNavMeshPathfollowTask.h" |
Syntax
USTRUCT ()
struct FMassNavMeshPathFollowTaskInstanceData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CorridorWidth | float | Maximum width of the corridor to use. | Tasks/MassNavMeshPathfollowTask.h |
|
| EndDistanceThreshold | float | Distance from the end of path used to confirm that the destination is reached. | Tasks/MassNavMeshPathfollowTask.h |
|
| MovementStyle | FMassMovementStyleRef | Tasks/MassNavMeshPathfollowTask.h |
|
|
| OffsetFromBoundaries | float | Amount to offset corridor sides from navmesh borders. | Tasks/MassNavMeshPathfollowTask.h |
|
| SpeedScale | float | Tasks/MassNavMeshPathfollowTask.h |
|
|
| TargetLocation | FMassTargetLocation | Tasks/MassNavMeshPathfollowTask.h |
|