FHistogram::DefaultConvertBinToLabel

Default stringifier for bins for use with DumpToJsonString.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h

Include

#include "ProfilingDebugging/Histogram.h"

Source

/Engine/Source/Runtime/Core/Private/ProfilingDebugging/Histogram.cpp

Syntax

static FString DefaultConvertBinToLabel
(
    double MinValue,
    double UpperBound
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss