Hello, I try to make resolution settings, but when change resolution with console command with custom resolution ( r.setRes 600 x 400 ) it change the window size and if is full screen it doesn't make anything. How to make resolutions settings with this or other method?
The r.SetRes command is the right way to go, but you are missing one little feature to make it work with full screen:
Usage of r.SetRes r.SetRes 600x400, where n can either be "f" for fullscreen or "w" for windowed, so if you want to apply 600x400 at fullscreen, you do r.SetRes 600x400f
ConsoleCommand
forums.unrealengine.com/development-discussion/blueprint-visual-scripting/107699-resolution-change
반응형
'게임엔진(GameEngine) > Unreal4' 카테고리의 다른 글
( 무버블과 스테이셔너리 라이트) 다이내믹 섀도잉, 섀도 맵 캐시 (0) | 2021.02.09 |
---|---|
UE4 full screen resolutions, Tarray<FIntPoint> (0) | 2020.12.16 |
플러그인 모듈 추가 EditorScriptingUtilities (0) | 2020.09.15 |
회전 및 이동 처리에 사용되는 함수들 (0) | 2020.05.24 |
TSubclassOf, TEnableIf, TPointerIsConvertibleFromTo 의 이해 (0) | 2020.05.21 |