Mouse input in EventGraph of firstperson Character not working

Hello, Here is the code I have in the Event Graph of FirstPerson Character :

However, when I launch the game, moving the mouse right or left does not move the camera.

Here is what I have in the world setting :

Do you have any idea on what to do to make the camera move when the mouse moves ? It does not, unless I clic on a mouse button and then move the mouse :frowning:

Any clues ? Here is the config of input :

PS : When I want to test it, I put a “printstring” after “addcontroleryawninput” and the text was well displayed non stop …

I think you’ll find that you can either see the mouse cursor, or you can have mouse movement ( of the camera ).

At the beginning of the game, I have both, until Iclic one time and I lose the camera movement … so is this the final word ? Impossible to do so ?

How can it possibly work? :slight_smile:

What happens when I want to pan the camera without moving the mouse?

You can do it with the left/right directional arrows or with the mouse … I’m just telling you what I have when I launch the program : i can see the mouse in the screen and I can turn around the camera by moving it, and just when I press the mouse key I cannot do it anymore … so if it is possible at the beginning of the game, that shall be possible all the game, I guess… I just need to find out what happens when I click on a mouse button that makes it impossible to turn around the camera by moving the mouse

1 Like