FPlayScreenResolution

Holds information about a screen resolution to be used for playing.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorPlaySettings.h

Include

#include "Settings/LevelEditorPlaySettings.h"

Syntax

struct FPlayScreenResolution

Remarks

Holds information about a screen resolution to be used for playing.

Variables

Name Description

Public variable

FString

 

AspectRatio

The screen resolution's aspect ratio (as a string).

Public variable

bool

 

bCanSwapAspectRatio

Whether or not this device supports both landscape and portrait modes

Public variable

FString

 

Description

The description text for this screen resolution.

Public variable

int32

 

Height

The screen resolution's height (in pixels).

Public variable

FString

 

ProfileName

The name of the device profile this links to

Public variable

int32

 

Width

The screen resolution's width (in pixels).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss