Navigation
API > API/Runtime > API/Runtime/GeometryCore
Helper class for reducing the amount of boilerplace code when building a set of TSampleSetStatistics values.
| Name | TSampleSetStatisticBuilder |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/SampleSetStatistics.h |
| Include Path | #include "Sampling/SampleSetStatistics.h" |
Syntax
template<typename RealType>
struct TSampleSetStatisticBuilder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSampleSetStatisticBuilder
(
int32 NumStatisticsIn |
Sampling/SampleSetStatistics.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FixedCountBuildData | TArray< typename TSampleSetStatistics< RealType >::FFixedCountData > | Sampling/SampleSetStatistics.h | ||
| NumStatistics | int32 | Sampling/SampleSetStatistics.h | ||
| Statistics | TArray< TSampleSetStatistics< RealType > > | Sampling/SampleSetStatistics.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AccumulateValue_FixedCount
(
int32 StatisticIndex, |
Sampling/SampleSetStatistics.h | ||
void Begin_FixedCount
(
int64 Count |
Sampling/SampleSetStatistics.h | ||
void CompleteSecondPass_FixedCount() |
Sampling/SampleSetStatistics.h | ||
void ComputeMultiPass
(
int64 Count, |
Sampling/SampleSetStatistics.h | ||
void StartSecondPass_FixedCount() |
Sampling/SampleSetStatistics.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSampleSetStatistics< RealType > & operator[]
(
int32 Index |
Sampling/SampleSetStatistics.h |