Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawDistribution
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
Include | #include "Distributions.h" |
Source | /Engine/Source/Runtime/Engine/Private/Distributions.cpp |
void GetValue
&40;
float Time,
float &42; Value,
int32 NumCoords,
int32 Extreme,
struct FRandomStream &42; InRandomStream
&41; const
Remarks
Calcuate the float or vector value at the given time
Parameters
Name | 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 |