Core.bFastDecimalFormatLargeFloatSupport
Core.bFastDecimalFormatLargeFloatSupport
#Overview
name: Core.bFastDecimalFormatLargeFloatSupport
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
True implies we perform additional processing for floating point types over 9223372036854775807 to prevent clipping to this value.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/Internationalization/FastDecimalFormat.cpp:23
Scope (from outer to inner):
file
namespace FastDecimalFormat
namespace Internal
Source code excerpt:
static int32 bFastDecimalFormatLargeFloatSupport = 1;
static FAutoConsoleVariableRef CVarFastDecimalFormatLargeFloatSupport(
TEXT("Core.bFastDecimalFormatLargeFloatSupport"),
bFastDecimalFormatLargeFloatSupport,
TEXT("True implies we perform additional processing for floating point types over 9223372036854775807 to prevent clipping to this value."));
static const uint64 Pow10Table[] = {
1, // 10^0
10, // 10^1