Swipe works but I've got no rotation!

Hi everyone !

I followed Shane’s method to create my swipe it works perfectly it gets the left right etc… (look at this screen)

&stc=1&d=1396083248

but when I’m trying to connect that to a pitch or a yaw input it doesn’t rotate at all

What am I doing wrong?

Thanks in advance

Not sure if that is your problem, but the Add Yaw Input only works from within the pawn blueprint(Add Controller Yaw Input). Or what are you trying to do ?

Thanks for your answer :slight_smile:
I’m trying to rotate on mobile devices using the method I show in the link above.
when I put my code in the pawn blueprint it doesn’t work anymore (I don’t have the print of left right etc…) :frowning:

The input touch event can only be called from the playercontroller. You can just call a custom event in the pawn blueprint from the input touch in player controller.

Also my Mobile Touch Navigation blueprint that i submitted to the marketplace, has very smooth and precise “swipe to look around” controls. :slight_smile:
https://trello.com/c/pTe7lCY1/61-mobile-touch-navigation-by-hegidev

I still don’t get this what should I connect instead of the print (left,right etc…) to get my character rotating?

I have the correct print of left right up & down.