FComposableFloatDistribution::Normalize

Normalizes each value to [0,1] and return a scale and bias to reconstruct the original values.

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

void Normalize
(
    float * OutScale,
    float * OutBias
)

Remarks

Normalizes each value to [0,1] and return a scale and bias to reconstruct the original values.

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