Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FComposableDistribution > BuildVector4
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
Include | #include "Distributions.h" |
Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
static void BuildVector4
&40;
class FVector4Distribution & OutDistribution,
const class FComposableFloatDistribution & X,
const class FComposableFloatDistribution & Y,
const class FComposableFloatDistribution & Z,
const class FComposableFloatDistribution & W
&41;
Remarks
Constructs a type-safe 4-vector distribution.
Parameters
Name | Description |
---|---|
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. |