FHistogram::InitLinear

Inits histogram with linear, equally sized bins

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 InitLinear
(
    double MinTime,
    double MaxTime,
    double BinSize
)

Remarks

Inits histogram with linear, equally sized bins

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