FRawDistribution::GetValue

Calcuate the float or vector value at the given time

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 GetValue
(
    float Time,
    float * Value,
    int32 NumCoords,
    int32 Extreme,
    struct FRandomStream * InRandomStream
) const

Remarks

Calcuate the float or vector value at the given time

Parameters

Parameter

Description

Time

The time to evaluate

Value

An array of (1 or 3) FLOATs to receive the values

NumCoords

The number of floats in the Value array

Extreme

For distributions that use one of the extremes, this is which extreme to use

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