In Lyra’s project settings, a software cursor is already setup for each cursor type, but it seems this cursor is never actually used, and I can’t seem to enable a software cursor on lyra no matter what I do?
To be completely clear, I have no problem displaying a cursor - but it’s using the hardware cursor instead of the specified software cursors.
Lyra turns off software cursors by default on Windows, you need to edit the custom ViewportClient class and force SetUseSoftwareCursorWidgets(true) instead of SetUseSoftwareCursorWidgets(!UseHardwareCursor);