[4.26] Missing window size options for Standalone Game

I’m unable to select the size of my standalone game window. I believe it should be in this section of the Editor Preferences but it is not there:

Is there another option I might have toggled that would prevent it from appearing? Not sure why it is gone.

I’m having the same problem.

And they’re right above “Play in New Window”

These settings only effect New Editor Window (PIE)
They have no effect on Standalone Game

I’ve even done a search with Notepad++ for “480” in my config folder and made sure none of the config files were set to that resolution but it still always launches Standalone Game at 640x480

(edit) Also tried adding additional launch parameters, still no luck

Ok I managed to figure it out after it started working properly.

in the your config folder in DefaultEditorPerProjectUserSettings.ini

these didn’t effect my Standalone Window Size
StandaloneWindowWidth=1280
StandaloneWindowHeight=720

But these settings did
ClientWindowWidth=1280
ClientWindowHeight=720

but they will only take effect after restarting the engine