Mouse controls for twin stick shooter tutorial

hi everyone ive been dwelling on this for a few days now after completion of the twinstickshooter tutorial video series link is " https://docs.unrealengine.com/latest/INT/Videos/PLZlv_N0_O1gb5sdygbSiEU7hb0eomNLdq/ " …

ive been looking through videos on you tube iv been reading documentation and nothings really flowing right for me.
I am new to all of this so i have not got the concepts down very well but here i am trying to do something about all that.

So recently iv looked at more mouse aiming tactics that people are teaching and the description fits for what there teaching but whenever i try implement it into what I’m doing it just doesn’t work so i need some help i need some direction i need some over all guidance any help is seriously much appreciated…

Within my hero character class here is my blueprint event graph, Witch works awesome as intended for controller.

There is a keyboard setup and the WSAD keys work perfect… but the rotation and shoot witch is left, right, up, down. replacing the right thumb stick on Gamepad is not the best to use so i am trying to get the hole left, right, up, down. To be mouse controlled and you guest it click to shoot …

Now there is a few different ways iv seen… Evan a pic referring to a fix for exactly what I’m asking and no go just doesn’t work but in the forum the response from the one person that used it was like thanks heaps man fixed everything… and i put it together the only way assumed for someone with what it gave and what iv got…
Imgur: The magic of the Internet this link is the fix how its implemented no way worked for me…

Mine just through errors at me if there is any information you need from me just ask ill screen shot it and post or link it.

What am i suppose to do what way can i go about this what tutorials videos will help me in this direction what specific blueprints or blueprint ways should i be researching i assume input… Please help !.. I’m really dedicated to this and will research anything learn from anything to get past what ever gets in my way to do what i want to do… i just need direction, guidance and some good old fashion help.

So after playing around i did get somethings working. Its not perfect but it does work, Then i played round with the dead zones , sensitivity… Now i have progress on the mouse controls and this is what has been done… If you follow everything in this picture correctly after you’ve finished the Twin Stick Shooter tutorial.

Tutorial Link
https://docs.unrealengine.com/latest/INT/Videos/PLZlv_N0_O1gb5sdygbSiEU7hb0eomNLdq/1pmPb_TWG-8/

Mouse Config Blueprint Link

Hey guys…

Progress has been made for the mouse controls… Now if you have followed and finished the twin stick tutorial …

TwinStickTutorialLink https://docs.unrealengine.com/latest/INT/Videos/PLZlv_N0_O1gb5sdygbSiEU7hb0eomNLdq/1pmPb_TWG-8/

Then if you follow the blueprints in this picture below correctly you will have working mouse controls they are not perfect but once you play around with dead zones and sensitivity it does get better and if your a bit more experienced with unreal you’ll know how to fix it up and what not OK so mouse controls… Now i do not take credit for this blueprint it was found by a friend on the net related to this topic.

Mouse Controls/Rotation

Once things are working Evan better i will be posting my progress as i go so for all the people that are doing this tutorial or are new to everything have some steps to fall back if needed.

I’m using a boolean for better control

I’ve got the isGamepad in the image set to true by default