Navigation
API > API/Plugins > API/Plugins/MassNavMeshNavigation
Navmesh path point data
| Name | FMassNavMeshPathPoint |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassNavMeshNavigation/Public/MassNavMeshNavigationFragments.h |
| Include Path | #include "MassNavMeshNavigationFragments.h" |
Syntax
USTRUCT ()
struct FMassNavMeshPathPoint
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Distance | FMassInt16Real | Distance along the path from first point. | MassNavMeshNavigationFragments.h | |
| Left | FVector | Portal left limit. | MassNavMeshNavigationFragments.h | |
| Position | FVector | Position of the path. | MassNavMeshNavigationFragments.h | |
| Right | FVector | Portal right limit. | MassNavMeshNavigationFragments.h | |
| Tangent | FMassSnorm8Vector2D | Tangent direction of the path. | MassNavMeshNavigationFragments.h |