How to make Unreal Engine 4 Full Screen (Windows Package) -


i'm new unreal engine 4 , need help, can't find answer on internet hope here can help.

when go package project (windows) when open game, how make , default in full screen? when open game in full screen.

is there blueprint can use this? if not , have program it, can please tell me exact location of have put code or whatever, because said. new , barley know interface , how use it. (i've come unity)

if have selected "new editor window (pie)" can press f11 play in full screen, or can use console command: r.setres [yourmonitor'snativeres -nobrackets]f example: r.setres 1920x1080f

if choose standalone game, can use console command: fullscreen

or can go in editor preferences/play/play in new window: change size monitor's native resolution

in blueprint can use "execute console command" node , type "fullscreen" input command, shown in here


Comments