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

#include <NavigationTypes.h>

+ Inheritance diagram for FNavLocation:

Public Member Functions

 FNavLocation ()
 
 FNavLocation (const FVector &InLocation, NavNodeRef InNodeRef=INVALID_NAVNODEREF)
 
bool HasNodeRef () const
 
 operator FVector () const
 
bool operator== (const FNavLocation &Other) const
 

Public Attributes

FVector Location
 
NavNodeRef NodeRef
 

Detailed Description

Describes a point in navigation data

Constructor & Destructor Documentation

◆ FNavLocation() [1/2]

FNavLocation::FNavLocation ( )
inline

◆ FNavLocation() [2/2]

FNavLocation::FNavLocation ( const FVector InLocation,
NavNodeRef  InNodeRef = INVALID_NAVNODEREF 
)
inlineexplicit

Member Function Documentation

◆ HasNodeRef()

bool FNavLocation::HasNodeRef ( ) const
inline

checks if location has associated navigation node ref

◆ operator FVector()

FNavLocation::operator FVector ( ) const
inline

◆ operator==()

bool FNavLocation::operator== ( const FNavLocation Other) const
inline

Member Data Documentation

◆ Location

FVector FNavLocation::Location

location relative to path's base

◆ NodeRef

NavNodeRef FNavLocation::NodeRef

node reference in navigation data


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