Question: How can your force a computer in to a set resolution?

Hi All

Is there a way to set the screen resolution so that it does not matter who plays it, it will run in XXX x XXX resolution.

Regards

You could use the Execute Console Command node in blueprints, with the command r.setres 1920x1080f, or r.setres 1920x1080w, for fullscreen or windowed modes (at whatever resolution you want).