FFixedCountData

Two-pass construction for a sample set with known size.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Sampling/SampleSetStatistics.h

Include

#include "Sampling/SampleSetStatistics.h"

Syntax

struct FFixedCountData

Remarks

Two-pass construction for a sample set with known size.

Usage: FFixedCountData Data = Stat.Begin_FixedCount(N); for ( Value in Values ) Stat.AccumulateValue_FixedCount(Value); Stat.StartSecondPass_FixedCount(Data); for ( Value in Values ) Stat.AccumulateValue_FixedCount(Value); Stat.CompleteSecondPass_FixedCount(Data);

Variables

Name Description

Public variable

RealType

 

CountDivide

Public variable

int32

 

PassNum

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