Navigation
API > API/Runtime > API/Runtime/Engine
Mode for the computation of the screen percentage.
| Name | EScreenPercentageMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/LegacyScreenPercentageDriver.h |
| Include Path | #include "LegacyScreenPercentageDriver.h" |
Syntax
enum EScreenPercentageMode
{
Manual,
BasedOnDisplayResolution,
BasedOnDPIScale,
}
Values
| Name | Remarks |
|---|---|
| Manual | Directly controls the screen percentage manually. |
| BasedOnDisplayResolution | Automatic control the screen percentage based on the display resolution. |
| BasedOnDPIScale | Based on DPI scale. |