Setting game resolution for packaged games

There’s a function call you can use on the code side of things if that’s what you’re looking for:

GSystemResolution.RequestResolutionChange(int InResX, int InResY, bool bInFullScreen)