move object to specific distance

After trigger i need to move object to specific distance, doest it possible?
If yes, which block i should use?

I used GetActorForwardVector and GetActorRightVector because they give VectorLength=1. I wanted to create vector in order to cause to object move distance =1. But i got mistake that MakeVector not compatible with float. :mad: