UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNavPathPoint Struct Reference

#include <NavigationTypes.h>

+ Inheritance diagram for FNavPathPoint:

Public Member Functions

 FNavPathPoint ()
 
 FNavPathPoint (const FVector &InLocation, NavNodeRef InNodeRef=INVALID_NAVNODEREF, uint32 InFlags=0)
 
PRAGMA_DISABLE_DEPRECATION_WARNINGS FNavPathPoint (const FNavPathPoint &)=default
 
 FNavPathPoint (FNavPathPoint &&Other)=default
 
FNavPathPointoperator= (const FNavPathPoint &Other)=default
 
FNavPathPointoperator= (FNavPathPoint &&Other)=default
 
PRAGMA_ENABLE_DEPRECATION_WARNINGS bool operator== (const FNavPathPoint &Other) const
 
- Public Member Functions inherited from FNavLocation
 FNavLocation ()
 
 FNavLocation (const FVector &InLocation, NavNodeRef InNodeRef=INVALID_NAVNODEREF)
 
bool HasNodeRef () const
 
 operator FVector () const
 
bool operator== (const FNavLocation &Other) const
 

Public Attributes

uint32 Flags
 
uint32 CustomLinkId
 
FNavLinkId CustomNavLinkId
 
- Public Attributes inherited from FNavLocation
FVector Location
 
NavNodeRef NodeRef
 

Detailed Description

Describes node in navigation path

Constructor & Destructor Documentation

◆ FNavPathPoint() [1/4]

FNavPathPoint::FNavPathPoint ( )
inline

◆ FNavPathPoint() [2/4]

FNavPathPoint::FNavPathPoint ( const FVector InLocation,
NavNodeRef  InNodeRef = INVALID_NAVNODEREF,
uint32  InFlags = 0 
)
inline

◆ FNavPathPoint() [3/4]

PRAGMA_DISABLE_DEPRECATION_WARNINGS FNavPathPoint::FNavPathPoint ( const FNavPathPoint )
default

◆ FNavPathPoint() [4/4]

FNavPathPoint::FNavPathPoint ( FNavPathPoint &&  Other)
default

Member Function Documentation

◆ operator=() [1/2]

FNavPathPoint & FNavPathPoint::operator= ( const FNavPathPoint Other)
default

◆ operator=() [2/2]

FNavPathPoint & FNavPathPoint::operator= ( FNavPathPoint &&  Other)
default

◆ operator==()

PRAGMA_ENABLE_DEPRECATION_WARNINGS bool FNavPathPoint::operator== ( const FNavPathPoint Other) const
inline

Member Data Documentation

◆ CustomLinkId

uint32 FNavPathPoint::CustomLinkId

◆ CustomNavLinkId

FNavLinkId FNavPathPoint::CustomNavLinkId

unique Id of custom navigation link starting at this point

◆ Flags

uint32 FNavPathPoint::Flags

extra node flags


The documentation for this struct was generated from the following file: