Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AI > API/Runtime/Engine/AI/Navigation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationDataInterface.h |
| Include | #include "AI/Navigation/NavigationDataInterface.h" |
Syntax
class INavigationDataInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FindMoveAlongSurface
(
const FNavLocation& StartLocation, |
Tries to move current nav location towards target constrained to navigable area. | |
| bool | IsNodeRefValid
(
NavNodeRef NodeRef |
Determines whether the specified NavNodeRef is still valid | |
| bool | ProjectPoint
(
const FVector& Point, |
Tries to project given Point to this navigation type, within given Extent. |