Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericWindow.h |
Include |
#include "GenericPlatform/GenericWindow.h" |
namespace EWindowMode
{
enum Type
{
Fullscreen,
WindowedFullscreen,
Windowed,
NumWindowModes,
}
}
Name |
Description |
---|---|
Fullscreen |
The window is in true fullscreen mode |
WindowedFullscreen |
The window has no border and takes up the entire area of the screen |
Windowed |
The window has a border and may not take up the entire screen area |
NumWindowModes |
The total number of supported window modes |
Modes that an FGenericWindow can be in