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).
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).