UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DetourLargeWorldCoordinates.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include <limits>
6
7
#define DT_LARGE_WORLD_COORDINATES_DISABLED 0
8
9
#if DT_LARGE_WORLD_COORDINATES_DISABLED
10
11
typedef
float
dtReal
;
12
13
#else
// DT_LARGE_WORLD_COORDINATES_DISABLED
14
15
typedef
double
dtReal
;
16
17
#endif
// DT_LARGE_WORLD_COORDINATES_DISABLED
18
19
inline
constexpr
dtReal
DT_REAL_MAX
= std::numeric_limits<dtReal>::max();
20
DT_REAL_MAX
constexpr dtReal DT_REAL_MAX
Definition
DetourLargeWorldCoordinates.h:19
dtReal
double dtReal
Definition
DetourLargeWorldCoordinates.h:15
Engine
Source
Runtime
Navmesh
Public
Detour
DetourLargeWorldCoordinates.h
Generated by
1.9.8