Navigation
API > API/Plugins > API/Plugins/MassNavMeshNavigation
Current navmesh path
| |
|
| Name |
FMassNavMeshCachedPathFragment |
| Type |
struct |
| Header File |
/Engine/Plugins/AI/MassAI/Source/MassNavMeshNavigation/Public/MassNavMeshNavigationFragments.h |
| Include Path |
#include "MassNavMeshNavigationFragments.h" |
Syntax
USTRUCT ()
struct FMassNavMeshCachedPathFragment : public FMassFragment
Inheritance Hierarchy
Constants
| Name |
Type |
Remarks |
Include Path |
| NumLeadingPoints |
uint8 |
Number of points before the starting point. |
MassNavMeshNavigationFragments.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Corridor |
TSharedPtr< FNavCorridor > |
Reference to an FNavCorridor. |
MassNavMeshNavigationFragments.h |
|
| NavPath |
FNavPathSharedPtr |
Reference to a FNavigationPath. |
MassNavMeshNavigationFragments.h |
|
| NavPathNextStartIndex |
uint16 |
Index used to keep track of progression on the navmesh path. |
MassNavMeshNavigationFragments.h |
|