Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FComposableDistribution
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void BuildVector4
(
FVector4Distribution& OutDistribution, |
Constructs a type-safe 4-vector distribution. | Distributions.h | |
static void BuildVector4
(
FVector4Distribution& OutDistribution, |
Constructs a type-safe 4-vector distribution. | Distributions.h | |
static void BuildVector4
(
FVector4Distribution& OutDistribution, |
Constructs a type-safe 4-vector distribution. | Distributions.h |
BuildVector4(class FVector4Distribution &, const class FComposableVectorDistribution &, const class FComposableFloatDistribution &)
Description
Constructs a type-safe 4-vector distribution.
| Name | BuildVector4 |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include Path | #include "Distributions.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
static void BuildVector4
(
class FVector4Distribution & OutDistribution,
const class FComposableVectorDistribution & XYZ,
const class FComposableFloatDistribution & W
)
Parameters
| Name | Remarks |
|---|---|
| OutDistribution | The distribution to build. |
| XYZ | The source distribution for the X, Y, and Z components. |
| W | The source distribution for the W component. |
BuildVector4(class FVector4Distribution &, const class FComposableVectorDistribution &, const class FComposableFloatDistribution &, const class FComposableFloatDistribution &)
Description
Constructs a type-safe 4-vector distribution.
| Name | BuildVector4 |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include Path | #include "Distributions.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
static void BuildVector4
(
class FVector4Distribution & OutDistribution,
const class FComposableVectorDistribution & XY,
const class FComposableFloatDistribution & Z,
const class FComposableFloatDistribution & W
)
Parameters
| Name | Remarks |
|---|---|
| OutDistribution | The distribution to build. |
| XY | The source distribution for the X and Y components. |
| Z | The source distribution for the Z component. |
| W | The source distribution for the W component. |
BuildVector4(class FVector4Distribution &, const class FComposableFloatDistribution &, const class FComposableFloatDistribution &, const class FComposableFloatDistribution &, const class FComposableFloatDistribution &)
Description
Constructs a type-safe 4-vector distribution.
| Name | BuildVector4 |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include Path | #include "Distributions.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
static void BuildVector4
(
class FVector4Distribution & OutDistribution,
const class FComposableFloatDistribution & X,
const class FComposableFloatDistribution & Y,
const class FComposableFloatDistribution & Z,
const class FComposableFloatDistribution & W
)
Parameters
| Name | Remarks |
|---|---|
| OutDistribution | The distribution to build. |
| X | The source distribution for the X component. |
| Y | The source distribution for the Y component. |
| Z | The source distribution for the Z component. |
| W | The source distribution for the W component. |