Is iOS mouse input supported by the Engine (4.26)?
For example (as mentioned here), to enable mouse support on Android devices one must add the following to their game’s Config/DefaultEngine.ini
file;
[SystemSettings]
Android.EnableMouse=1
However, it appears this setting is only available for Android and not iOS.
Is there a different method to enable mouse support on iOS?