Top Down Startup

Hey I’m working from free Top Down Type Project. The only thing I’ve done so far is adjust the camera to a lower view because I think the top down starts to high. What I want to do in terms of controls is set it up so that when I press and hold the right mouse button and start to move it left or right the camera moves around the character. I’ve been looking a different tutorials but in the BP examples I have seen they include other buttons to achieve this any chance someone know’s how to do this and whether I should put it in the MyController BP or the MyCharacter BP

HI

Have you mapped the Input Function in the project setting and then call that. Then you can run your nodes you need to to move your camera, stop player movement with a bool, etc.