Custom hardware cursor

Hi,

I was wondering if anyone knew if it was possible to set a custom image for the hardware cursors in UE4… Our project is quite mouse click heavy, so we really need a quick and responsive cursor…

We’ve set the software cursor in project settings to use our own cursor widget blueprint as mentioned in forums, but the mouse is noticeably slower and more jittery than when using the default hardware cursor…

Also seen some people mention using a custom HUD blueprint and manually drawing the cursor to the correct location on each tick event, does anyone know if this performs any better than the software cursor method?

Really need to get a smooth and responsive cursor with our own custom image working, so any help greatly appreciated…

Hey, sorry to bump, but any ideas on this would be great, thanks…

Hey,

you can setup png images for cursors in your project settings under Engine → User Interface → Hardware Cursors. Look for documentation on hardware cursors.

And the way I tell the engine which one I want at any given time is through the “CurrentMouseCursor” property on the Player Controller. There are also ways for UMG/Slate UI.