![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericApplication.h>
Public Attributes | |
| FString | Name |
| FString | ID |
| int32 | NativeWidth = 0 |
| int32 | NativeHeight = 0 |
| FIntPoint | MaxResolution = FIntPoint(ForceInitToZero) |
| FPlatformRect | DisplayRect |
| FPlatformRect | WorkArea |
| bool | bIsPrimary = false |
| int32 | DPI = 0 |
Contains info on a physical monitor connected to the display device
| FPlatformRect FMonitorInfo::DisplayRect |
| int32 FMonitorInfo::DPI = 0 |
| FString FMonitorInfo::ID |
| FIntPoint FMonitorInfo::MaxResolution = FIntPoint(ForceInitToZero) |
| FString FMonitorInfo::Name |
| int32 FMonitorInfo::NativeHeight = 0 |
| int32 FMonitorInfo::NativeWidth = 0 |
| FPlatformRect FMonitorInfo::WorkArea |