Choose your operating system:
Windows
macOS
Linux
| FComposableDistribution
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Distributions.h |
Include |
#include "Distributions.h" |
class FComposableFloatDistribution : public FComposableDistribution
A composable floating point distribution.
Name | Description | |
---|---|---|
|
FComposableFloatDistribution() |
Default constructor. |
|
FComposableFloatDistribution ( |
Copy constructor. |
Name | Description | ||
---|---|---|---|
|
AddDistribution ( |
Adds each sample in the distribution to the corresponding sample in another distribution. |
|
|
Initialize ( |
Initializes this distribution from that specified. |
|
|
InitializeWithConstant ( |
Initializes this distribution with a constant value. |
|
|
Normalize ( |
Normalizes each value to [0,1] and return a scale and bias to reconstruct the original values. |
|
|
Resample ( |
Resamples the distribution to include only information from [MinIn,MaxIn]. |
|
|
ScaleByConstant ( |
Scales each sample in the distribution by a constant. |
|
|
ScaleByDistribution ( |
Scale each sample in the distribution by the corresponding sample in another distribution. |
Name | Description | ||
---|---|---|---|
|
const FCompo... |
operator= ( |
Assignment operator. |