How to get the time (in real time seconds) remaining of an Actor’s movement as it moves from Point A to target location Point B?

Hi everyone, sorry for the potential trouble but I’m quite stuck.

I’d like to set up a Countdown timer that shows the remaining time until the Actor arrives at Point B - given the actor’s Speed (as a float variable) and Distance from Point A to Point B are constant.

I have tried general movement methods like offset, set location, interpolation, movement components,… but I’m unable to work out a way to get the real time output.

Would someone please help? Thank you very much!

Time = Distance / Speed


Time

2 Likes

Bravo, thank you so much! Your answer resolved several logic knots I had. Much appreciated for your help!

1 Like