Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FComposableDistribution
- FComposableVectorDistribution
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include | #include "Distributions.h" |
Syntax
class FComposableVectorDistribution : public FComposableDistribution
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FComposableVectorDistribution
(
const FComposableVectorDistribution& Other |
Copy constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddConstantVector
(
const FVector& Value |
Adds a constant vector to each sample in the distribution. | |
| void | AddDistribution
(
const UDistributionVector* VectorDistribution |
Adds each sample in the distribution to the corresponding sample in another distribution. | |
| void | Initialize
(
const UDistributionVector* VectorDistribution |
Initializes this distribution from that specified. | |
| void | InitializeWithConstant
(
const FVector& Value |
Initializes this distribution with a constant value. | |
| void | Resample
(
float MinIn, |
Resamples the distribution to include only information from [MinIn,MaxIn]. | |
| void | ScaleByConstant
(
float Scale |
Scales each sample in the distribution by a constant. | |
| void | ScaleByConstantVector
(
const FVector& Scale |
Scales each sample in the distribution by a constant vector. | |
| void | ScaleByDistribution
(
const UDistributionFloat* FloatDistribution |
Scale each sample in the distribution by the corresponding sample in another distribution. | |
| void | ScaleByVectorDistribution
(
const UDistributionVector* VectorDistribution |
Scale each sample in the distribution by the corresponding sample in another distribution. | |
| void | Splats the specified channel to all channels in the distribution. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FComposableVectorDistribution & | operator=
(
const FComposableVectorDistribution& Other |
Assignment operator. |