FHistogramBuilder::AddBin

This will add a bin to the histogram, extending from the previous bin (or starting value) to the passed in MaxValue

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "ProfilingDebugging/Histogram.h"

Syntax

void AddBin
(
    double MaxValue
)

Remarks

This will add a bin to the histogram, extending from the previous bin (or starting value) to the passed in MaxValue

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