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