I have tried the following settings and they didn’t work. I want the user to able to use the mouse like they do in the editor but on iOS game build , that runs on both macOS and iOS . How do I make it so that the mouse cursor is never hidden , buttons to work
bShowMouseCursor = true;
bEnableClickEvents = true;
bEnableMouseOverEvents = true;
bEnableTouchOverEvents = true;
FInputModeUIOnly InputMode;
SetInputMode(InputMode);
SetShowMouseCursor(true);