FStatisticalValue

Used to measure a distribution.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/StatisticalFloat.h

Include

#include "Math/StatisticalFloat.h"

Syntax

template<typename T>
struct FStatisticalValue

Remarks

Used to measure a distribution.

Constructors

Name Description

Public function

FStatisticalValue()

Functions

Name Description

Public function

void

 

AddSample

(
    T Value
)

Public function Const

T

 

GetAvgValue()

Public function Const

int32

 

GetCount()

Public function Const

T

 

GetMaxValue()

Public function Const

T

 

GetMinValue()

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