[UE] windows package blueprint resolution setting

[UE] windows package blueprint resolution setting

Screen Mode (SetFullscreenMode)

model illustrate
full screen Full screen with any resolution can be modified
windowed full screen Full screen adapted to monitor resolution
windowed windowed

Resolution modification method (SetScreenResolution)

Console modification resolution method (ExecuteConsoleCommand)

Command: r.SetRes 1920x1080

full blueprint

modify resolution

Console modification resolution

illustrate

SetFullscreenMode in full screen mode

method illustrate
SetScreenResolution (resolution setting) When the set resolution is smaller than the screen resolution, the screen resolution will change; when it is larger, it will not change.
ExecuteConsoleCommand (console modification) Regardless of the setting resolution and screen resolution, the screen resolution will change (screen distortion)

SetScreenResolutionModification
insert image description here

ExecuteConsoleCommand console modification

insert image description here

SetFullscreenMode in windowed fullscreen mode

method illustrate
SetScreenResolution (resolution setting) Regardless if resolution is set, the window resolution is always the default resolution
ExecuteConsoleCommand (console modification) Regardless of whether the resolution is set, the window resolution is always the default resolution (*When the cloud service pushes the stream, it is effective to set a larger resolution)

Guess you like

Origin blog.csdn.net/dxs1990/article/details/130879999