On Click events does not work on Linux arm64 build

Hi. I have a project that works with On Click events on actors. When I package my project for Windows or Linux, there is no problem at all, but I need to run this project on an Nvidia Jetson machine, so I have to package the project for Linux arm64. The issue is On Click events on actors does not work. I have tried to use ‘Get Hit Result Under Cursor by Channel’ node to check, and I got no hit location or hit actor. There is no problem with mouse input because On Click events on widgets and left mouse button input action works fine. If you have any idea what causing this issue, please share to me.