Mostly Harmless

UE1:UWindowBase (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE1:Region (U1))
Jump to: navigation, search
U1 Object >> UWindowBase
Package: 
UWindow
Direct subclasses:
UWindowLayoutBase, UWindowLayoutCell, UWindowLookAndFeel, UWindowWindow
This class in other games:
RTNP, UT

null

Constants[edit]

F_Normal[edit]

Value: 0

Normal font

Enums[edit]

FrameHitTest[edit]

HT_NW 
HT_N 
HT_NE 
HT_W 
HT_E 
HT_SW 
HT_S 
HT_SE 
HT_TitleBar 
HT_DragHandle 
HT_None 

MenuSound[edit]

MS_MenuPullDown 
MS_MenuCloseUp 
MS_MenuItem 
MS_WindowOpen 
MS_WindowClose 
MS_ChangeTab 

TextAlign[edit]

TA_Left 
TA_Right 
TA_Center 

Structs[edit]

Region[edit]

int
int
int
int

TexRegion[edit]

int
int
int
int
Texture

Instance functions[edit]

GetRegion[edit]

function Region GetRegion (TexRegion T)


NewRegion[edit]

function Region NewRegion (float X, float Y, float W, float H)


NewTexRegion[edit]

function TexRegion NewTexRegion (float X, float Y, float W, float H, Texture T)