Set resolution trough console fail

Hi,After I’ve created the Main Menu I’ve created an OptionsMenu…!
In here I’ve set 4 resolution settings using buttons.
First is 800x600
Second 1280x720
Third 1680x1050
And the fourth one is 1920x1080
The third and the fourth ones aren’t working.
Can’t find out what’s wrong.
I use console comands for the buttons and the first two are working perfect!
The last ones aren’t doing nothing

Hello,

It looks like based on your logic that you’re only ever passing the String variable Resolution into the Console Command. You never pass Post Quality into the Execute Console Command node, which explains why the bottom two aren’t working. I’d recommend using a separate Execute Console Command node for each variable, which would mean you need two.

Let me know if that helps.

Thank you,now I realized that the buttom two are Post Quality not Resolution :smiley:
I’ve changed them but they still get me to 1280x720 even if the command is 1680x1050 or 1920x1080.
I play it in StandaloneGame and it should support 1680x1050 and 1920x1080,right?


EDIT: Everything works well now. I just had to restart the engine. Thank you so much!