![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Histogram.h>
Public Member Functions | |
| FHistogramBuilder (FHistogram &InHistogram, double StartingValue=0.0) | |
| void | AddBin (double MaxValue) |
| void | FinishBins () |
| ~FHistogramBuilder () | |
Used to construct a histogram that runs over a custom set of ranges, while still enforcing contiguity on the bin ranges
|
inline |
|
inline |
This will add a bin to the histogram, extending from the previous bin (or starting value) to the passed in MaxValue
|
inline |
Call when done adding bins, this will create a final unbounded bin to catch values above the maximum value