Hello everyone,
I am currently trying to create a gameplay system comparable to XCOM/Fallout Shelter, where you use drag and drop to move the camera from the player. (Being able to place buildings etc on a Grid is another story, just this basic control system for now)
You have this side view on your Base (Vault, in Fallout’s case) and drag&drop the camera with holding your left mouse button (or hitting the edges of your screen).
I am currently lost at getting this working. It might be really easy, but I am missing a point somewhere.
Should I also just create a blank project for this or use the side scroller examples and modify the player bp?
Cheers,