When I tap 3 times my so called Camera, Flashlight and Night Vision should switch on all together is working in Editor but when I played it on my phone and I tap 3 times the Camera is switch on only but the Flashlight and Night Vision is not working
I’m using night vision as Post Process
How does it look when doing this in editor?
Hi [USER=“2325651”]Predator Aaron[/USER]
I was looking into replicating your issue, however I can only get as fast in your code as the “Set Enabled” section of the post process for the night vision by using a print string to see if the code reaches the three touches, which it does.
I imagine the issue could be inside in the CameraHUD however I can’t put it as a definitive answer.
As @dmunoz9226 said how does it look in the editor? Have you put up Print String’s to see if it actually hits? Don’t forget to try breakpoints (right click the node in BP and select “Add Breakpoint”) as it can show when the action is hit when your PIE
I hope you figure out the answer to your issue
