Vehicle: How to teleport or change its location?

Hi, how do you change the location or teleport a vehicle in Blueprints? Set Location, Teleport and Set Transform seem not to work. I mean to change the coords in space, not velocity (this can be done with Set Physics Lineal Velocity on the Vehicle Movement’s Updated Component). I can’t do it in C++ because of an error.

Solved: corrected the compiler errors and did the C++ version following what is suggested there in the link below, it works. Changed the name of the “Mesh” parameter to “MeshToTeleport” so it can’t conflict with a component of the vehicle called “Mesh”.