So I began messing with BP and decided to start really small - by printing out a string when shooting using touchpad (using FPS template, so all original BP is there).
Initially I hooked “release” on Input…Fire node to Print String and that didn’t work in the Editor. Then I hooked it to the “release” on InputTouch node, and that worked in the Editor when pressing Play.
However, when I deployed it to Gear VR, and tested, nothing was printing when shooting. Note that I also have stat FPS cmd executed via BP and that prints fine.
Any idea what’s going on? Thanks.