FBin

Bin

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h

Include

#include "ProfilingDebugging/Histogram.h"

Syntax

struct FBin

Remarks

Bin

Variables

Name Description

Public variable

int32

 

Count

How many elements are in this bin.

Public variable

double

 

MinValue

MinValue to be stored in the bin, inclusive.

Public variable

double

 

Sum

Sum of all values that were put into this bin.

Public variable

double

 

UpperBound

First value NOT to be stored in the bin.

Constructors

Name Description

Public function

FBin()

Public function

FBin

(
    double MinInclusive
)

Constructor for the last bin.

Public function

FBin

(
    double MinInclusive,
    double MaxExclusive
)

Constructor for any bin

Public function

FBin

(
    double MinInclusive,
    double MaxExclusive,
    double InSum,
    int32 InCount
)

Constructor for a pre-seeded bin

Operators

Name Description

Public function Const

FBin

 

operator-

(
    const FBin& Other
)

Public function Const

FBin

 

operator+

(
    const FBin& Other
)

Public function

FBin &

 

operator+=

(
    const FBin& Other
)

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