We found that keyboard input on the webpage will also be passed to the underlying UE scene. For example, as the above image shows, I input ‘w’ on the webpage, not only ‘w’ is captured by the webpage, but also my pawn will move forward.
So One question/issue: how to forbid input on the webpage being passed to UE? Thanks a lot!