Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FHistogram > API/Runtime/Core/ProfilingDebugging/FHistogram/InitFromArray
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h |
Include | #include "ProfilingDebugging/Histogram.h" |
void InitFromArray
&40;
std::initializer_list< double > Thresholds
&41;
Remarks
Inits histogram with the specified bin boundaries, with the final bucket extending to infinity (e.g., passing in 0,5 creates a [0..5) bucket and a [5..infinity) bucket)