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 FComposableVectorDistribution & XYZ,
const class FComposableFloatDistribution & W
&41;
Remarks
Constructs a type-safe 4-vector distribution.
Parameters
Name | Description |
---|---|
OutDistribution | The distribution to build. |
XYZ | The source distribution for the X, Y, and Z components. |
W | The source distribution for the W component. |