FVector4Distribution::GetRange

Computes the range of the distribution.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Distributions.h"

Syntax

void GetRange
(
    FVector4 * OutMin,
    FVector4 * OutMax
)

Remarks

Computes the range of the distribution.

Parameters

Parameter

Description

OutMin

The minimum value in the distribution.

OutMax

The maximum value in the distribution.

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