moving characters in the top view when clicking on an area to a specific place

You can use a line trace that comes out the player camera. once the line trace touch the platform you can get the actor from “break hit result” and use the “simple move actor to” node.

If you want to have him to open a chest that would be more complex, but you should use simple move to actor then a blueprint interface for the chest telling it to do what you want the chest to do.

1 Like