![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "NavMesh/RecastHelpers.h"Functions | |
| FVector | Unreal2RecastPoint (const FVector &UnrealPoint) |
| FVector | Unreal2RecastPoint (const FVector::FReal *UnrealPoint) |
| FVector | Unreal2RecastPoint (const float *UnrealPoint) |
| FBox | Unreal2RecastBox (const FBox &UnrealBox) |
| FMatrix | Unreal2RecastMatrix () |
| FVector | Recast2UnrealPoint (const FVector::FReal *RecastPoint) |
| FVector | Recast2UnrealPoint (const float *RecastPoint) |
| FVector | Recast2UnrealPoint (const FVector &RecastPoint) |
| FBox | Recast2UnrealBox (const FVector::FReal *RecastMin, const FVector::FReal *RecastMax) |
| FBox | Recast2UnrealBox (const float *RecastMin, const float *RecastMax) |
| FBox | Recast2UnrealBox (const FBox &RecastBox) |
| FMatrix | Recast2UnrealMatrix () |
| FColor | Recast2UnrealColor (const unsigned int RecastColor) |
| FBox Recast2UnrealBox | ( | const FVector::FReal * | RecastMin, |
| const FVector::FReal * | RecastMax | ||
| ) |
| FMatrix Recast2UnrealMatrix | ( | ) |
| FVector Recast2UnrealPoint | ( | const FVector::FReal * | RecastPoint | ) |
| FMatrix Unreal2RecastMatrix | ( | ) |
| FVector Unreal2RecastPoint | ( | const FVector::FReal * | UnrealPoint | ) |
Coord system utilities
Translates between Unreal and Recast coords. Unreal: x, y, z Recast: -x, z, -y