Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Distributions > API/Runtime/Engine/Distributions/FVectorDistribution
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include | #include "Distributions.h" |
void GetValue
(
float Time,
float *RESTRICT OutValue
) 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. |