How attributing speed to an object?

If you are using physics then you can use Add Force … (or other such functions)

If you are just moving your objects (non physics) the you just use Set Actor Location

Transformation | Unreal Engine Documentation

Get the current location and add a speed float variable to it. Multiply the speed variable by Delta time (which you can get from Event tick) to keep things framerate constant.