AM ON THIRD PERSON TEMPLATE.
As it stands I have been trying my absolute best to craft a camera system that works almost identical to the one that World of Warcraft uses. It’s the best Camera system I have seen for an MMO and I have almost completed it but am I having a few issues, kind of stuck to be honest.
These are the functions I have been able to implement after countless hours of fooling around and making systems work together.
-
When the RMB is pressed down, the cursor turns invisible and the camera rotates around the character and moves the character.
-
When the MMB is pressed down, the cursor turns invisible and the camera rotates around the character and moves the character towards the camera and moves the character forward.
-
Strafing is added through the keys Q & E.
-
The camera turns and moves the character with it through the keys A & D.
**The two issues I’m having are the functionality of the LMB and the A&D Keys.
**
-
I want the LMB to turn invisible when I hold it down (I’ve accomplished this already) and I want the LMB to ONLY move the camera, NOT the character. I can’t seem to get this working, it only ever moves the character with the player.
-
The second thing I want is when the RMB is clicked down, is for the A & D Keys to strafe left and right instead of moving the camera left and right.
If anyone could help that would be great. I can also link my blueprints if needed. Thanks in advance.