Choose your operating system:
Windows
macOS
Linux
| FComposableDistribution
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Distributions.h |
Include |
#include "Distributions.h" |
class FComposableVectorDistribution : public FComposableDistribution
Name | Description | |
---|---|---|
|
FComposableVectorDistribution() |
Default constructor. |
|
FComposableVectorDistribution ( |
Copy constructor. |
Name | Description | ||
---|---|---|---|
|
AddConstantVector ( |
Adds a constant vector to each sample in the distribution. |
|
|
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. |
|
|
Resample ( |
Resamples the distribution to include only information from [MinIn,MaxIn]. |
|
|
ScaleByConstant ( |
Scales each sample in the distribution by a constant. |
|
|
ScaleByConstantVector ( |
Scales each sample in the distribution by a constant vector. |
|
|
ScaleByDistribution ( |
Scale each sample in the distribution by the corresponding sample in another distribution. |
|
|
ScaleByVectorDistribution ( |
Scale each sample in the distribution by the corresponding sample in another distribution. |
|
|
Splat ( |
Splats the specified channel to all channels in the distribution. |
Name | Description | ||
---|---|---|---|
|
const FCompo... |
operator= ( |
Assignment operator. |