InterpTo Node with zero Speed

Hi there.

When using the InterpTo Node with a speed value of zero, the Target is the output.
This is the intended behaviour according to Epic.

But I need InterpTo with a zero Speed Input that should output the input of Current.

I currently have a work around with Select XYZ, that checks whether Speed is zero (return current) or not (Return InterpTo)


Is there a better work around?