ESecondaryScreenPercentageMethod

Method used for second screen percentage method, that is a second spatial upscale pass at the very end, independent of screen percentage show flag.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneView.h

Include

#include "SceneView.h"

Syntax

enum ESecondaryScreenPercentageMethod
{
    NearestSpatialUpscale,
    LowerPixelDensitySimulation,
}

Values

Name

Description

NearestSpatialUpscale

Helpful to work on aliasing issue on HighDPI monitors.

LowerPixelDensitySimulation

Upscale to simulate smaller pixel density on HighDPI monitors.

Remarks

Method used for second screen percentage method, that is a second spatial upscale pass at the very end, independent of screen percentage show flag.

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