Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LegacyScreenPercentageDriver.h |
| Include | #include "LegacyScreenPercentageDriver.h" |
Syntax
enum EScreenPercentageMode
{
UMETA =(DisplayName="Manual"),
UMETA =(DisplayName="Based on display resolution"),
UMETA =(DisplayName="Based on operating system's DPI scale"),
}
Values
| Name | Description |
|---|---|
| UMETA | Directly controls the screen percentage manually. |
| UMETA | Automatic control the screen percentage based on the display resolution. |
| UMETA | Based on DPI scale. |
Remarks
Mode for the computation of the screen percentage.