Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform
References
| Module | ApplicationCore |
| Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplication.h |
| Include | #include "GenericPlatform/GenericApplication.h" |
Syntax
struct FMonitorInfo
Remarks
Contains info on a physical monitor connected to the display device
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPrimary | ||
| FPlatformRect | DisplayRect | ||
| int32 | DPI | ||
| FString | ID | ||
| FIntPoint | MaxResolution | ||
| FString | Name | ||
| int32 | NativeHeight | ||
| int32 | NativeWidth | ||
| FPlatformRect | WorkArea |