Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Distributions > API/Runtime/Engine/Distributions/FVectorDistribution > API/Runtime/Engine/Distributions/FVectorDistribution/GetRange
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include | #include "Distributions.h" |
void GetRange
(
FVector3f * OutMin,
FVector3f * OutMax
)
Remarks
Computes the range of the distribution.
Parameters
| Name | Description |
|---|---|
| OutMin | The minimum value in the distribution. |
| OutMax | The maximum value in the distribution. |