In this tutorial we will implement a mouse click move to location mechanic.
1. In the player controller bp create a new function “MoveToMouseClick”
2. Still on the player controller, add this to its Event Tick
3. Now open the character blueprint, and recreate this logic (connected to the left mouse click, instead of WeaponFire)
That’s it, the character will now move to where a mouse was clicked.