FDistributionLookupTable::GetEntry

Get the entry for Time and the one after it for interpolating (along with an alpha for interpolation)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Distributions.h

Include

#include "Distributions.h"

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss