FNavLocation

Describes a point in navigation data

Windows
MacOS
Linux

Inheritance Hierarchy

FNavLocation

FNavPathPoint

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h

Include

#include "AI/Navigation/NavigationTypes.h"

Syntax

struct FNavLocation

Remarks

Describes a point in navigation data

Variables

Name Description

Public variable

FVector

 

Location

Location relative to path's base

Public variable

NavNodeRef

 

NodeRef

Node reference in navigation data

Constructors

Name Description

Public function

FNavLocation()

Public function

FNavLocation

(
    const FVector& InLocation,
    NavNodeRef InNodeRef
)

Functions

Name Description

Public function Const

bool

 

HasNodeRef()

Checks if location has associated navigation node ref

Operators

Name Description

Public function Const

 

operator FVector()

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