Add Actor Local Offset Issue

Hi guys I’m working on this mobile game and I have this little problem with the node “Add Actor Local Offset”, I attached it to the node “Event tick” to give a movement, the problem is that on PC I get a certain speed while when I try the game on mobile it gets slower, I imagine it’s for the different frame rate, how can I get the same speed in all devices? Thanks.

Get World Delta Seconds and multiply it by that vector. You may need to scale the Car Speed vector up for this.

Thank you very much!