Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FHistogram
Description
Default stringifier for bins for use with DumpToJsonString. Truncates to int and uses Plus as the suffix for the last bin. ie. [0.0, 3.75, 9.8] -> 0_3, 3_9, 9_Plus
| Name | DefaultConvertBinToLabel |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h |
| Include Path | #include "ProfilingDebugging/Histogram.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/Histogram.cpp |
static FString DefaultConvertBinToLabel
(
double MinValue,
double UpperBound
)