Can someone explain to me what is FInterp Ease in Out, and an example of how to use it?
Finterp takes a starting value and outputs a float between it and the target value,
and I think the Alpha param is what determines how far between te start and target values the output will be.
Ease in out means it wont be a straight linear progression but it will be less of a change toward the start and end than in the middle where it changes faster. Or maybe its inverse of that