Hi,
I am using the following lines code to enter fullscreen.
MyGameSettings->SetFullscreenMode(EWindowMode::Fullscreen);
MyGameSettings->ApplySettings(true);
It works, but when the resolution is lower than the native one the game is centered and there are big black borders around it.
Is it possible to scale the image to the native resolution of the screen.