How can I make my game character teleport to the place where I have taped

I need my game char teleport to the place at the map, where i have clicked to.
I am making 2d topdown game.
I’m really sorry for my english…

Creating something like Diablo 2? xD
The logics for teleport wouldn’t be too difficult. Try go retrieve mouse click, the location of the mouse click and then you just have to update the player’s position to the new position.

Get world position of your mouse after click, then set actor location to it. There is no function like mouse world position, so your should do line trace from your mouse click to landscape.
UPD: this may help you [SOLVED] Mouse location to world space - Blueprint Visual Scripting - Unreal Engine Forums

OK, I have found a solution to my problem and it is

working dine for me.

*fine cc: