FNavMeshNodeFlags

Helper to translate [FNavPathPoint.Flags](API\Runtime\Engine\AI\Navigation\FNavPathPoint\Flags).

Windows
MacOS
Linux

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](API\Runtime\Engine\AI\Navigation\FNavPathPoint\Flags).

Variables

Name Description

Public variable

uint8

 

Area

Area type after this node.

Public variable

uint16

 

AreaFlags

Area flags for this node.

Public variable

uint8

 

PathFlags

Extra node information (like "path start", "off-mesh connection").

Constructors

Name Description

Public function

FNavMeshNodeFlags()

Public function

FNavMeshNodeFlags

(
    uint32 Flags
)

Functions

Name Description

Public function

FNavMeshNode...

 

AddAreaFlags

(
    const uint16 InAreaFlags
)

Public function Const

bool

 

IsNavLink()

Public function Const

uint32

 

Pack()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss