FVector4Distribution::GetValue

Samples a value from the distribution.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Distributions.h"

Syntax

void GetValue
(
    float Time,
    float *__restrict OutValue
) const

Remarks

Samples a value from the distribution.

Parameters

Parameter

Description

Time

Time at which to sample the distribution.

OutValue

Upon return contains the sampled value.

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