UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DebugDrawLargeWorldCoordinates.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#define DU_LARGE_WORLD_COORDINATES_DISABLED 0
6
7
#if DU_LARGE_WORLD_COORDINATES_DISABLED
8
9
typedef
float
duReal
;
10
11
#else
// DU_LARGE_WORLD_COORDINATES_DISABLED
12
13
typedef
double
duReal
;
14
15
#endif
// DU_LARGE_WORLD_COORDINATES_DISABLED
duReal
double duReal
Definition
DebugDrawLargeWorldCoordinates.h:13
Engine
Source
Runtime
Navmesh
Public
DebugUtils
DebugDrawLargeWorldCoordinates.h
Generated by
1.9.8