UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStatisticalValue< T > Struct Template Reference

#include <StatisticalFloat.h>

Public Member Functions

 FStatisticalValue ()
 
void AddSample (T Value)
 
GetMinValue () const
 
GetMaxValue () const
 
GetAvgValue () const
 
int32 GetCount () const
 

Constructor & Destructor Documentation

◆ FStatisticalValue()

template<typename T >
FStatisticalValue< T >::FStatisticalValue ( )
inline

Member Function Documentation

◆ AddSample()

template<typename T >
void FStatisticalValue< T >::AddSample ( Value)
inline

◆ GetAvgValue()

template<typename T >
T FStatisticalValue< T >::GetAvgValue ( ) const
inline

◆ GetCount()

template<typename T >
int32 FStatisticalValue< T >::GetCount ( ) const
inline

◆ GetMaxValue()

template<typename T >
T FStatisticalValue< T >::GetMaxValue ( ) const
inline

◆ GetMinValue()

template<typename T >
T FStatisticalValue< T >::GetMinValue ( ) const
inline

The documentation for this struct was generated from the following file: