UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RecastHelpers.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
11#pragma once
12
13#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4
14#include "CoreMinimal.h"
15#endif
16#include "Math/Box.h"
17#include "Math/Color.h"
18#include "Math/Matrix.h"
19#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4
20#include "Math/UnrealMathSSE.h"
21#endif
22#include "Math/Vector.h"
23
24
29
32
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
NAVIGATIONSYSTEM_API FBox Unreal2RecastBox(const FBox &UnrealBox)
Definition RecastHelpers.cpp:20
NAVIGATIONSYSTEM_API FBox Recast2UnrealBox(const FVector::FReal *RecastMin, const FVector::FReal *RecastMax)
Definition RecastHelpers.cpp:47
NAVIGATIONSYSTEM_API FMatrix Recast2UnrealMatrix()
Definition RecastHelpers.cpp:67
NAVIGATIONSYSTEM_API FColor Recast2UnrealColor(const unsigned int RecastColor)
Definition RecastHelpers.cpp:73
NAVIGATIONSYSTEM_API FMatrix Unreal2RecastMatrix()
Definition RecastHelpers.cpp:26
NAVIGATIONSYSTEM_API FVector Recast2UnrealPoint(const FVector::FReal *RecastPoint)
Definition RecastHelpers.cpp:32
NAVIGATIONSYSTEM_API FVector Unreal2RecastPoint(const FVector::FReal *UnrealPoint)
Definition RecastHelpers.cpp:10
Definition Color.h:486
double FReal
Definition Vector.h:55