Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AI > API/Runtime/Engine/AI/Navigation
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
| Type | Name | Description | |
|---|---|---|---|
| FVector | Location | Location relative to path's base | |
| NavNodeRef | NodeRef | Node reference in navigation data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavLocation () |
|||
FNavLocation
(
const FVector& InLocation, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasNodeRef () |
Checks if location has associated navigation node ref |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FNavLocation& Other |