FComposableDistribution::BuildVector4

Constructs a type-safe 4-vector distribution.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Distributions.h

Include

#include "Distributions.h"

Source

/Engine/Source/Runtime/Engine/Private/Distributions.cpp

Syntax

static void BuildVector4
(
    class FVector4Distribution & OutDistribution,
    const class FComposableVectorDistribution & XYZ,
    const class FComposableFloatDistribution & W
)

Remarks

Constructs a type-safe 4-vector distribution.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss