How to reset hardware cursor

I tried that already. Sadly it’s for a different target (which is widget, “set hardware cursor” is widget blueprint library) and only works if you set the cursor first with a “set cursor” node and that’s just switching on EMouseCursor Enum so between default visuals.

347470-2.png

The only way i can think of right now is making another cursor which is the default windows one and switching between those two but that doesn’t sound like a proper way to solve this issue.