Navigation
API > API/Runtime > API/Runtime/Engine
Method used for second screen percentage method, that is a second spatial upscale pass at the very end, independent of screen percentage show flag.
| Name | ESecondaryScreenPercentageMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneView.h |
| Include Path | #include "SceneView.h" |
Syntax
enum ESecondaryScreenPercentageMethod
{
NearestSpatialUpscale,
LowerPixelDensitySimulation,
}
Values
| Name | Remarks |
|---|---|
| NearestSpatialUpscale | Helpful to work on aliasing issue on HighDPI monitors. |
| LowerPixelDensitySimulation | Upscale to simulate smaller pixel density on HighDPI monitors. |