UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMonitorInfo Struct Reference

#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
 

Detailed Description

Contains info on a physical monitor connected to the display device

Member Data Documentation

◆ bIsPrimary

bool FMonitorInfo::bIsPrimary = false

◆ DisplayRect

FPlatformRect FMonitorInfo::DisplayRect

◆ DPI

int32 FMonitorInfo::DPI = 0

◆ ID

FString FMonitorInfo::ID

◆ MaxResolution

FIntPoint FMonitorInfo::MaxResolution = FIntPoint(ForceInitToZero)

◆ Name

FString FMonitorInfo::Name

◆ NativeHeight

int32 FMonitorInfo::NativeHeight = 0

◆ NativeWidth

int32 FMonitorInfo::NativeWidth = 0

◆ WorkArea

FPlatformRect FMonitorInfo::WorkArea

The documentation for this struct was generated from the following file: