Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Distributions > API/Runtime/Engine/Distributions/FDistributionLookupTable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
| Include | #include "Distributions.h" |
void GetRange
(
float * OutMinValues,
float * OutMaxValues
)
Remarks
- Get the range of values produced by the table.
-
in the case of a constant curve, this will not be exact!
Parameters
| Name | Description |
|---|---|
| OutMinValues | The smallest values produced by this table. |
| OutMaxValues | The largest values produced by this table. |