UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EWindowZone Namespace Reference

Enumerations

enum  Type {
  NotInWindow = 0 , TopLeftBorder = 1 , TopBorder = 2 , TopRightBorder = 3 ,
  LeftBorder = 4 , ClientArea = 5 , RightBorder = 6 , BottomLeftBorder = 7 ,
  BottomBorder = 8 , BottomRightBorder = 9 , TitleBar = 10 , MinimizeButton = 11 ,
  MaximizeButton = 12 , CloseButton = 13 , SysMenu = 14 , Unspecified = 0
}
 

Enumeration Type Documentation

◆ Type

The Window Zone is the window area we are currently over to send back to the operating system for operating system compliance.

Enumerator
NotInWindow 
TopLeftBorder 
TopBorder 
TopRightBorder 
LeftBorder 
ClientArea 
RightBorder 
BottomLeftBorder 
BottomBorder 
BottomRightBorder 
TitleBar 
MinimizeButton 
MaximizeButton 
CloseButton 
SysMenu 
Unspecified 

No zone specified