Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FDistributionLookupTable
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Distributions.h |
Include | #include "Distributions.h" |
void GetRange
&40;
float &42; OutMinValues,
float &42; OutMaxValues
&41;
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. |