![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SampleSetStatistics.h>
Classes | |
| struct | FFixedCountData |
Public Member Functions | |
| FFixedCountData | Begin_FixedCount (int64 CountIn) |
| void | StartSecondPass_FixedCount (FFixedCountData &DataInOut) |
| void | CompleteSecondPass_FixedCount (FFixedCountData &DataInOut) |
| void | AccumulateValue_FixedCount (const RealType Value, FFixedCountData &DataInOut) |
Public Attributes | |
| int64 | Count = 0 |
| TInterval1< RealType > | Range = TInterval1<RealType>::Empty() |
| RealType | Mean = 0 |
| RealType | StandardDeviation = 0 |
TSampleSetStatistics stores and calculates statistics for a scalar sample set, such as the range of values, mean, variance, etc.
|
inline |
|
inline |
|
inline |
|
inline |
| int64 UE::Geometry::TSampleSetStatistics< RealType >::Count = 0 |
Number of values used to compute statistics
| RealType UE::Geometry::TSampleSetStatistics< RealType >::Mean = 0 |
Mean / Average of values
| TInterval1<RealType> UE::Geometry::TSampleSetStatistics< RealType >::Range = TInterval1<RealType>::Empty() |
Range of values
| RealType UE::Geometry::TSampleSetStatistics< RealType >::StandardDeviation = 0 |
Standard Deviation of values