UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RecastHelpers.h File Reference
#include "Math/Box.h"
#include "Math/Color.h"
#include "Math/Matrix.h"
#include "Math/Vector.h"

Go to the source code of this file.

Functions

NAVIGATIONSYSTEM_API FVector Unreal2RecastPoint (const FVector::FReal *UnrealPoint)
 
NAVIGATIONSYSTEM_API FVector Unreal2RecastPoint (const FVector &UnrealPoint)
 
NAVIGATIONSYSTEM_API FBox Unreal2RecastBox (const FBox &UnrealBox)
 
NAVIGATIONSYSTEM_API FMatrix Unreal2RecastMatrix ()
 
NAVIGATIONSYSTEM_API FVector Recast2UnrealPoint (const FVector::FReal *RecastPoint)
 
NAVIGATIONSYSTEM_API FVector Recast2UnrealPoint (const FVector &RecastPoint)
 
NAVIGATIONSYSTEM_API FBox Recast2UnrealBox (const FVector::FReal *RecastMin, const FVector::FReal *RecastMax)
 
NAVIGATIONSYSTEM_API FBox Recast2UnrealBox (const FBox &RecastBox)
 
NAVIGATIONSYSTEM_API FMatrix Recast2UnrealMatrix ()
 
NAVIGATIONSYSTEM_API FColor Recast2UnrealColor (const unsigned int RecastColor)
 

Function Documentation

◆ Recast2UnrealBox() [1/2]

NAVIGATIONSYSTEM_API FBox Recast2UnrealBox ( const FBox RecastBox)
extern

◆ Recast2UnrealBox() [2/2]

NAVIGATIONSYSTEM_API FBox Recast2UnrealBox ( const FVector::FReal RecastMin,
const FVector::FReal RecastMax 
)
extern

◆ Recast2UnrealColor()

NAVIGATIONSYSTEM_API FColor Recast2UnrealColor ( const unsigned int  RecastColor)
extern

◆ Recast2UnrealMatrix()

NAVIGATIONSYSTEM_API FMatrix Recast2UnrealMatrix ( )
extern

◆ Recast2UnrealPoint() [1/2]

NAVIGATIONSYSTEM_API FVector Recast2UnrealPoint ( const FVector RecastPoint)
extern

◆ Recast2UnrealPoint() [2/2]

NAVIGATIONSYSTEM_API FVector Recast2UnrealPoint ( const FVector::FReal RecastPoint)
extern

◆ Unreal2RecastBox()

NAVIGATIONSYSTEM_API FBox Unreal2RecastBox ( const FBox UnrealBox)
extern

◆ Unreal2RecastMatrix()

NAVIGATIONSYSTEM_API FMatrix Unreal2RecastMatrix ( )
extern

◆ Unreal2RecastPoint() [1/2]

NAVIGATIONSYSTEM_API FVector Unreal2RecastPoint ( const FVector UnrealPoint)
extern

◆ Unreal2RecastPoint() [2/2]

NAVIGATIONSYSTEM_API FVector Unreal2RecastPoint ( const FVector::FReal UnrealPoint)
extern

Coord system utilities

Translates between Unreal and Recast coords. Unreal: x, y, z Recast: -x, z, -y