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