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 GetEntry
&40;
float Time,
const float &42;& Entry1,
const float &42;& Entry2,
float & LerpAlpha
&41; 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 |