![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SampleSetStatistics.h>
Public Member Functions | |
| TSampleSetStatisticBuilder (int32 NumStatisticsIn=1) | |
| const TSampleSetStatistics< RealType > & | operator[] (int32 Index) const |
| void | Begin_FixedCount (int64 Count) |
| void | StartSecondPass_FixedCount () |
| void | CompleteSecondPass_FixedCount () |
| void | AccumulateValue_FixedCount (int32 StatisticIndex, const RealType Value) |
| template<typename EnumerableType > | |
| void | ComputeMultiPass (int64 Count, const EnumerableType &MultiEnumerableType) |
Public Attributes | |
| int32 | NumStatistics |
| TArray< TSampleSetStatistics< RealType > > | Statistics |
| TArray< typename TSampleSetStatistics< RealType >::FFixedCountData > | FixedCountBuildData |
Helper class for reducing the amount of boilerplace code when building a set of TSampleSetStatistics values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| TArray<typename TSampleSetStatistics<RealType>::FFixedCountData> UE::Geometry::TSampleSetStatisticBuilder< RealType >::FixedCountBuildData |
| int32 UE::Geometry::TSampleSetStatisticBuilder< RealType >::NumStatistics |
| TArray<TSampleSetStatistics<RealType> > UE::Geometry::TSampleSetStatisticBuilder< RealType >::Statistics |