how to block the resizeWindow when user click on game border

Hello everyone.

I wanted to know how to block the fact that the user can resize the game Window when he click on the borders of this window.

The dragging Resize method, i want to disable it, in BP, or maybe just value in .ini?

Could you help me?

thank you.

Found this post where someone does the opposite, maybe it helps figure out the proper direction:

Snippet:

WindowsWindow.cpp (after 124 line) function FWindowsWindow::Initialize

if (Definition->HasSizingFrame) { WindowStyle |= WS_THICKFRAME; }

I am guessing the types refer to:

thank you, but for now, i didnt solve it.
Still investigating