I can confirm the Activate node is still not working for InterpToMovement in UE 5.3.1. For me, to disable it I called SetComponentTickEnabled (false) and to re-enable: SetComponentTickEnabled (true). If you call RestartMovement it will always restart from initial position so you will get a sudden jump of the actor’s location, but using SetComponentTick would let the actor continue from previous location.