FHistogram::AddMeasurement

Adds an observed measurement (with a different thresholding key than the measurement, e.g., when accumulating time spent in a chart keyed on framerate).

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

void AddMeasurement
(
    double ValueForBinning,
    double MeasurementValue
)

Remarks

Adds an observed measurement (with a different thresholding key than the measurement, e.g., when accumulating time spent in a chart keyed on framerate).

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