Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FFloatDistribution
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include | #include "Distributions.h" |
void GetValue
&40;
float Time,
float &42;restrict OutValue
&41; const
Remarks
Samples a value from the distribution.
Parameters
| Name | Description |
|---|---|
| Time | Time at which to sample the distribution. |
| OutValue | Upon return contains the sampled value. |