Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformApplicationMisc.h |
| Include | #include "GenericPlatform/GenericPlatformApplicationMisc.h" |
Syntax
enum EScreenPhysicalAccuracy
{
Unknown,
Approximation,
Truth,
}
Values
| Name | Description |
|---|---|
| Unknown | |
| Approximation | |
| Truth |
Remarks
The accuracy when dealing with physical characteristics of the monitor/screen of the device we're running on.