Navigation
API > API/Runtime > API/Runtime/Engine
The most used DPI value.
| Name | EFontDPI |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/UserInterfaceSettings.h |
| Include Path | #include "Engine/UserInterfaceSettings.h" |
Syntax
enum EFontDPI
{
Standard,
Unreal,
Custom,
}
Values
| Name | Remarks |
|---|---|
| Standard | Best for working with with web-based design tools like Figma. |
| Unreal | Resolution used internally by Unreal Engine. |
| Custom |