How can i hide game window from the Windows taskbar?

Only thing i found in the API is: SWindow::AppearsInTaskbar. This function just return bool indicating whether this window show up in the taskbar and do nothing.
Is there a way to use unreal engine to hide my game window? Thanks. :smiley: