UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RecastHelpers.cpp File Reference

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)
 

Function Documentation

◆ Recast2UnrealBox() [1/3]

FBox Recast2UnrealBox ( const FBox RecastBox)

◆ Recast2UnrealBox() [2/3]

FBox Recast2UnrealBox ( const float RecastMin,
const float RecastMax 
)

◆ Recast2UnrealBox() [3/3]

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

◆ Recast2UnrealColor()

FColor Recast2UnrealColor ( const unsigned int  RecastColor)

◆ Recast2UnrealMatrix()

FMatrix Recast2UnrealMatrix ( )

◆ Recast2UnrealPoint() [1/3]

FVector Recast2UnrealPoint ( const float RecastPoint)

◆ Recast2UnrealPoint() [2/3]

FVector Recast2UnrealPoint ( const FVector RecastPoint)

◆ Recast2UnrealPoint() [3/3]

FVector Recast2UnrealPoint ( const FVector::FReal RecastPoint)

◆ Unreal2RecastBox()

FBox Unreal2RecastBox ( const FBox UnrealBox)

◆ Unreal2RecastMatrix()

FMatrix Unreal2RecastMatrix ( )

◆ Unreal2RecastPoint() [1/3]

FVector Unreal2RecastPoint ( const float UnrealPoint)

◆ Unreal2RecastPoint() [2/3]

FVector Unreal2RecastPoint ( const FVector UnrealPoint)

◆ Unreal2RecastPoint() [3/3]

FVector Unreal2RecastPoint ( const FVector::FReal UnrealPoint)

Coord system utilities

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