Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FHistogram
Bin
| Name | FBin |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h |
| Include Path | #include "ProfilingDebugging/Histogram.h" |
Syntax
struct FBin
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBin () |
ProfilingDebugging/Histogram.h | ||
FBin
(
double MinInclusive |
Constructor for the last bin. | ProfilingDebugging/Histogram.h | |
FBin
(
double MinInclusive, |
Constructor for any bin | ProfilingDebugging/Histogram.h | |
FBin
(
double MinInclusive, |
Constructor for a pre-seeded bin | ProfilingDebugging/Histogram.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Count | int32 | How many elements are in this bin. | ProfilingDebugging/Histogram.h | |
| MinValue | double | MinValue to be stored in the bin, inclusive. | ProfilingDebugging/Histogram.h | |
| Sum | double | Sum of all values that were put into this bin. | ProfilingDebugging/Histogram.h | |
| UpperBound | double | First value NOT to be stored in the bin. | ProfilingDebugging/Histogram.h |