Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/NavMeshPath.h |
| Include | #include "NavMesh/NavMeshPath.h" |
Syntax
struct FNavMeshNodeFlags
Remarks
Helper to translate FNavPathPoint.Flags.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | Area | Area type after this node. | |
| uint16 | AreaFlags | Area flags for this node. | |
| uint8 | PathFlags | Extra node information (like "path start", "off-mesh connection"). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavMeshNodeFlags
(
const uint32 Flags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNavMeshNodeFlags & | AddAreaFlags
(
const uint16 InAreaFlags |
||
| bool | IsNavLink () |
||
| uint32 | Pack () |