In Unreal Engine, I’ve Created a new project using the Third-Person Character template and successfully exported it to iOS. The touch controls are fully functional. Additionally, when an external mouse is connected, I can control the character’s direction seamlessly.
However, I encounter an issue when using a keyboard: pressing the ‘W’ key does not move the character as expected.
I am not getting the input from external keyboard into the game.
Should i enable any settings in IOS builds or add any permissions to access external keyboard?