Borderless Game Window: How To?

Hello,

I need some help. My Game Setup requires me to run in windowed mode but I Can’t have borders either. How do I get Borderless Windowed Game Screen and set it to my target resolution. I’ve tried almost everything I could find in SWindow class. I’ll try other stuff in GameViewport too but if anyone can point me in right direction that would be great.

I also am looking for an answer to this question.

From 4.14 on you can set

[/Script/EngineSettings.GeneralProjectSettings]
bUseBorderlessWindow=True

in DefaultGame.ini.
If you can not upgrade your engine, you might be able to cherry-pick the required CreateGameWindow() code from GameEngine.cpp