I’m trying to use CommonUI (not Lyra) and I watched the whole video. I implemented the C++ function to set the Input Config on the UCommonUIActionRouterBase and I’m still getting the double click problem.
I have no idea what to do.
edit: Ok, I got it working. I didn’t have the main CommonUI widget’s “Is Focusable” set to true. Once I set it to true, it now works.