player drifting during teleportation

hi guys , so i have a point and click setup with teleportation as well ,
so whenever i use regular move function using wsd keys and i go through the teleportation door setup i reach to the other location like normal but when i use the point and click function i appear on the other location but my player keeps drifting away till it hits a collision enabled wall.
here is a footage ,
it might look like i haven’t teleported
can someone kindly help me out with this

teleport setup


point and click setup

I think it is trying to move the character to the centre of the cube which might be confusing SimpleMoveToActor. Maybe try moving to the hit location instead, or when the player is near enough to the cube, simply set their location.