"execute console command"

Hello guys,

hello, for the development of my option menu. I need to create 2 buttons.
“Full screen mode”
“Windowed”

For this, I wish to use the blueprint.

Example blueprint: onClicked (b_ButtonFullScreen) => execute command console

For these functions it performs, what should I write command in the field provided.

“fullscreen” toggles between fullscreen and windowed.

I don’t know if there’s a command to set to windowed specifically.
But you could use “r.setres 800x600w”, for example, to set to be windowed, at whatever resolution you want.