UMG, overriding of UsingWidget.Tick

But in 4.8 its now throwing a warning C4996: ‘UUserWidget::Tick_Implementation’: Use NativeTick Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
But the NativeTick is still not virtual! I have no idea what they are doing…