Navigation
API > API/Runtime > API/Runtime/NavigationSystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector Unreal2RecastPoint
(
const FVector::FReal* UnrealPoint |
Coord system utilities | NavMesh/RecastHelpers.h | |
FVector Unreal2RecastPoint
(
const FVector& UnrealPoint |
NavMesh/RecastHelpers.h |
Unreal2RecastPoint(const FVector::FReal *)
Description
Coord system utilities
Translates between Unreal and Recast coords. Unreal: x, y, z Recast: -x, z, -y
| Name | Unreal2RecastPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastHelpers.h |
| Include Path | #include "NavMesh/RecastHelpers.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavMesh/RecastHelpers.cpp |
FVector Unreal2RecastPoint
(
const FVector::FReal * UnrealPoint
)
Unreal2RecastPoint(const FVector &)
| Name | Unreal2RecastPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastHelpers.h |
| Include Path | #include "NavMesh/RecastHelpers.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavMesh/RecastHelpers.cpp |
FVector Unreal2RecastPoint
(
const FVector & UnrealPoint
)