Just make your own whatever. You don’t really need a starting base.
IF you want the movement to have gravity and stick to the floor you are probably better off using the default character BP.
You can manually set up movement nodes depending on need.
in order to move on mouse click you have to build a nav map and do some magic to convert the pointer location to a world x/y/z coordinate.
Pretty much covered in any Top Down example.