Mouse Cursor not changing until moved

Solution on 4.19.2 was

 auto& App = FSlateApplication::Get();
 App.QueryCursor(); //This line is refreshing the cursor (it executes fake mouse event for each platform).
2 Likes