Can't detect inputs in my pawn (Vive VR)

Hi,

ive just made a Pawn who has 2 motion controllers, right hand/left hand, then in the event graph i use MotionController(L/R)Facebutton1 to trace a line but when is pressed but nothing happens even if a just print a string value.

If i use right the even tick avoiding the motion input then its work fine. Any help?

Regards

Josemcasasp, how is your pawn being added to your level?

If you have placed it directly in your level, then make sure you set its “Auto Possess Player” value to “Player 0” and that nothing else in your level has that same setting (for example, a PlayerStart object.)

96416-screen+shot+2016-06-28+at+12.06.52+pm.png

If you’re using a PlayerStart object to spawn your pawn, then you should just have to make sure it’s configured correctly by creating a custom GameMode blueprint, setting its “Default Pawn Class” to that of your pawn, and making sure you configure your game to use your custom game mode, either through the “World Settings” panel or through “Project Settings > Maps & Modes”.