How do I hide the Windows taskbar

Had the same issue in 4.15, was able to fix it with the following code

FSlateApplication::Get().GetActiveTopLevelWindow()->BringToFront(true);