When Interpolate
is checked, the value stored in Target
is linearly interpolated between the Value
s of the two points surrounding the current Progress
. When unchecked, the output value is simply set to the Value
of the closest point before the current Progress
. The only exception to this is when no point exists before the current Progress
, in which case the first point after the current Progress
is used.