Hit result under finger returns None

I’m having problems with getting the result from tapping. Ihave a scene where theres a box that the camera will focus on if it is tapped/clicked on. The weird part is that it works perfectly fine for the cursor version, where the user can click on the box and it gets focussed properly. However, the exact same method does not work for the android version, where the input is received from “result under finger” instead. All I get is a hit for “None” instead of box_2.

I looked around online and only other option was to use a different texture format for the android version, but none of the other versions launch on my android.

I’ve attached the blueprint for this part of the code, and any suggestions would be welcome!

How do you call that Event? Also never try to use something from Hit Event if it did not hit anything at all. Aside from that are you getting any Errors/Warnings Log?

Usually you should call this event if a touch Event happens. Calling it before or after will not give you a Hitresult.