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 GetEntry
(
float Time,
const float *& Entry1,
const float *& Entry2,
float & LerpAlpha
) const
Remarks
Get the entry for Time and the one after it for interpolating (along with an alpha for interpolation)
Parameters
| Name | Description |
|---|---|
| Time | The time we are looking to retrieve |
| Entry1 | Out variable that is the first (or only) entry |
| Entry2 | Out variable that is the second entry (for interpolating) |
| LerpAlpha | Out variable that is the alpha for interpolating between Entry1 and Entry2 |