Hi, when we are involve in movement or physics, or player input, whe need to multiply the speed for DeltaTime to have framerate independent, an example is in the Lerp function.
I am using the FInterpTo- FInterpToConstant functions, they request 4 parameteres, one of them is DeltaTime and other is the InterpSpeed, my question is if I need to multiply the InterpSpeed for DeltaTime to have that framerate independent when using this functions, or the parameter (DeltaTime) that request does that, to not have to be multiplying?
And multiplying for DeltaTime is only used in Lerp function?